瀏覽代碼

Fix a docstring

* lisp/org.el (org-show-children): Fix docstring.
Nicolas Goaziou 9 年之前
父節點
當前提交
e57a9ff926
共有 1 個文件被更改,包括 3 次插入2 次删除
  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))