org: Fix docstring

* lisp/org.el (org-loop-over-headlines-in-active-region): Complete the
  list of concerned functions.
This commit is contained in:
Marco Wahl 2019-01-05 11:35:26 +01:00
parent 539091799b
commit e8ad394c74
1 changed files with 2 additions and 1 deletions

View File

@ -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)