1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-11 09:20:32 +00:00

lisp/org.el (org-insert-subheading): Improve docstring

This commit is contained in:
Ihor Radchenko 2024-02-10 16:57:42 +01:00
parent 942b4d97c1
commit 9ddfb66996
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -6642,7 +6642,8 @@ Works for outline headings and for plain lists alike."
(defun org-insert-todo-subheading (arg)
"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")
(org-insert-todo-heading arg)
(cond