0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Fix a docstring

* lisp/org.el (org-show-children): Fix docstring.
This commit is contained in:
Nicolas Goaziou 2015-09-22 21:25:58 +02:00
parent b8c2102c09
commit e57a9ff926

View file

@ -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))