summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-26 13:52:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-26 13:52:19 +0200
commitea6825cf1f3c2f4e43c81424ac115ef76e5698d1 (patch)
tree14c01e5df65558a0be8c548270e73e3ac4c1f2c5
parent2ea09c9ad78084459e547fdd33f5e81bdade1dba (diff)
downloadorg-mode-ea6825cf1f3c2f4e43c81424ac115ef76e5698d1.tar.gz
Improve docstring
* lisp/org.el (org-set-tags-command): Improve docstring.
-rw-r--r--lisp/org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 1cf2d27..a56c595 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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."