Procházet zdrojové kódy

Fix a docstring

* lisp/org.el (org-show-children): Fix docstring.
Nicolas Goaziou před 9 roky
rodič
revize
e57a9ff926
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  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))