~bzg/org-mode

661a98f8914636dd74701e777603e67efbeda262 — Ihor Radchenko 3 months ago a144b23
org-insert-todo-heading: Update docstring

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

M lisp/org.el
M lisp/org.el => lisp/org.el +4 -3
@@ 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."