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
1 changed files with 2 additions and 1 deletions

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