Browse Source

Improve docstring

* lisp/org.el (org-set-tags-command): Improve docstring.
Nicolas Goaziou 7 years ago
parent
commit
ea6825cf1f
1 changed files with 4 additions and 3 deletions
  1. 4 3
      lisp/org.el

+ 4 - 3
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."