From 85035e4ce2cb1915ef5dd833923e367d8854a870 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 24 Sep 2015 00:00:57 +0200 Subject: [PATCH] Revert "Fix a docstring" This reverts commit e57a9ff926d4e6fd44eb3744a4bd058cc82bafdb. --- lisp/org.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index fdcc47fb5..270aa4fa0 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -24917,9 +24917,8 @@ modified." (defun org-show-children (&optional level) "Show all direct subheadings of this heading. -Optional argument LEVEL is how many levels below the current -level should be shown. Default is enough to cause the following -heading to appear." +Prefix arg 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))