Improve docstring

* lisp/org.el (org-set-tags-command): Improve docstring.
This commit is contained in:
Nicolas Goaziou 2018-04-26 13:52:19 +02:00
parent 2ea09c9ad7
commit ea6825cf1f
1 changed files with 4 additions and 3 deletions

View File

@ -14226,9 +14226,10 @@ Assume point is on a headline."
(defun org-set-tags-command (&optional arg)
"Set the tags for the current visible entry.
When called with `\\[universal-argument]' prefix argument ARG,
realign all tags in headings in the current buffer. If a region
is active, set tags for all headlines in the region.
When called with `\\[universal-argument]' prefix argument ARG, \
realign all tags
in the current buffer. If a region is active, set tags for
all headlines in the region.
This function is for interactive use only;
in Lisp code use `org-set-tags' instead."