summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-09-22 21:25:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-09-22 21:25:58 +0200
commite57a9ff926d4e6fd44eb3744a4bd058cc82bafdb (patch)
tree5ec05fca38b545c02a7711639d4d6edc439bd1f1
parentb8c2102c09bbc86f3d02e86733b4457a39cccd2e (diff)
downloadorg-mode-e57a9ff926d4e6fd44eb3744a4bd058cc82bafdb.tar.gz
Fix a docstring
* lisp/org.el (org-show-children): Fix docstring.
-rwxr-xr-xlisp/org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 270aa4f..fdcc47f 100755
--- a/lisp/org.el
+++ b/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))