summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2019-01-05 11:35:26 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2019-01-05 11:35:26 +0100
commite8ad394c74ae612e6283747b20fdeaaf0e20aee2 (patch)
treee64fdc3727a487b1af826082787c86a1f97ae898
parent539091799b370a1c452fe4952e8074d7dfe8656f (diff)
downloadorg-mode-e8ad394c74ae612e6283747b20fdeaaf0e20aee2.tar.gz
org: Fix docstring
* lisp/org.el (org-loop-over-headlines-in-active-region): Complete the list of concerned functions.
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 683353f..d299356 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)