From 661a98f8914636dd74701e777603e67efbeda262 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 7 Jun 2023 15:12:04 +0300 Subject: [PATCH] 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 636cfbad0..9eac34cdc 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."