From e8ad394c74ae612e6283747b20fdeaaf0e20aee2 Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Sat, 5 Jan 2019 11:35:26 +0100 Subject: [PATCH] org: Fix docstring * lisp/org.el (org-loop-over-headlines-in-active-region): Complete the list of concerned functions. --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 683353f9f..d299356ee 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -963,7 +963,8 @@ matching headlines within the active region. Such string must be a tags/property/todo match as it is used in the agenda tags view. The list of commands is: `org-schedule', `org-deadline', -`org-todo', `org-archive-subtree', `org-archive-set-tag' and +`org-todo', `org-set-tags-command', `org-archive-subtree', +`org-archive-set-tag', `org-toggle-archive-tag' and `org-archive-to-archive-sibling'. The archiving commands skip already archived entries." :type '(choice (const :tag "Don't loop" nil)