lisp/org.el (org-insert-subheading): Improve docstring
This commit is contained in:
parent
942b4d97c1
commit
9ddfb66996
|
@ -6642,7 +6642,8 @@ Works for outline headings and for plain lists alike."
|
||||||
|
|
||||||
(defun org-insert-todo-subheading (arg)
|
(defun org-insert-todo-subheading (arg)
|
||||||
"Insert a new subheading with TODO keyword or checkbox and demote it.
|
"Insert a new subheading with TODO keyword or checkbox and demote it.
|
||||||
Works for outline headings and for plain lists alike."
|
Works for outline headings and for plain lists alike.
|
||||||
|
The prefix argument ARG is passed to `org-insert-todo-heading'."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(org-insert-todo-heading arg)
|
(org-insert-todo-heading arg)
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Reference in New Issue