org-insert-todo-heading: Update docstring

* lisp/org.el (org-insert-todo-heading): Use docstring construct when
talking about prefix argument.
This commit is contained in:
Ihor Radchenko 2023-06-07 15:12:04 +03:00
parent a144b23550
commit 661a98f891
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 3 deletions

View File

@ -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."