Fix a docstring
* lisp/org.el (org-show-children): Fix docstring.
This commit is contained in:
parent
b8c2102c09
commit
e57a9ff926
|
@ -24917,8 +24917,9 @@ modified."
|
||||||
|
|
||||||
(defun org-show-children (&optional level)
|
(defun org-show-children (&optional level)
|
||||||
"Show all direct subheadings of this heading.
|
"Show all direct subheadings of this heading.
|
||||||
Prefix arg LEVEL is how many levels below the current level should be shown.
|
Optional argument LEVEL is how many levels below the current
|
||||||
Default is enough to cause the following heading to appear."
|
level should be shown. Default is enough to cause the following
|
||||||
|
heading to appear."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(org-back-to-heading t)
|
(org-back-to-heading t)
|
||||||
(let* ((current-level (funcall outline-level))
|
(let* ((current-level (funcall outline-level))
|
||||||
|
|
Loading…
Reference in New Issue