emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 9ddfb66996 2/3: lisp/org.el (org-insert-subheading)


From: ELPA Syncer
Subject: [elpa] externals/org 9ddfb66996 2/3: lisp/org.el (org-insert-subheading): Improve docstring
Date: Sat, 10 Feb 2024 12:58:31 -0500 (EST)

branch: externals/org
commit 9ddfb669962d37707cf56fe05c9c2eb8e99ef6ba
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org.el (org-insert-subheading): Improve docstring
---
 lisp/org.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index da315fccb4..d09699388c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]