emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 661a98f891 1/2: org-insert-todo-heading: Update doc


From: ELPA Syncer
Subject: [elpa] externals/org 661a98f891 1/2: org-insert-todo-heading: Update docstring
Date: Wed, 7 Jun 2023 09:59:09 -0400 (EDT)

branch: externals/org
commit 661a98f8914636dd74701e777603e67efbeda262
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-insert-todo-heading: Update docstring
    
    * lisp/org.el (org-insert-todo-heading): Use docstring construct when
    talking about prefix argument.
---
 lisp/org.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 636cfbad04..9eac34cdc6 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6522,9 +6522,10 @@ Set it to HEADING when provided."
   "Insert a new heading with the same level and TODO state as current heading.
 
 If the heading has no TODO state, or if the state is DONE, use
-the first state (TODO by default).  Also with one prefix arg,
-force first state.  With two prefix args, force inserting at the
-end of the parent subtree.
+the first state (TODO by default).  Also with `\\[universal-argument]'
+prefix, force first state.  With a `\\[universal-argument]
+\\[universal-argument]' prefix, force inserting at the end of the
+parent subtree.
 
 When called at a plain list item, insert a new item with an
 unchecked check box."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]