From 9ddfb669962d37707cf56fe05c9c2eb8e99ef6ba Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 10 Feb 2024 16:57:42 +0100 Subject: [PATCH] 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 da315fccb..d09699388 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