Explorar o código

Fix a docstring

* lisp/org.el (org-show-children): Fix docstring.
Nicolas Goaziou %!s(int64=10) %!d(string=hai) anos
pai
achega
e57a9ff926
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      lisp/org.el

+ 3 - 2
lisp/org.el

@@ -24917,8 +24917,9 @@ modified."
 
 (defun org-show-children (&optional level)
   "Show all direct subheadings of this heading.
-Prefix arg LEVEL is how many levels below the current level should be shown.
-Default is enough to cause the following heading to appear."
+Optional argument LEVEL is how many levels below the current
+level should be shown.  Default is enough to cause the following
+heading to appear."
   (save-excursion
     (org-back-to-heading t)
     (let* ((current-level (funcall outline-level))