diff --git a/lisp/org.el b/lisp/org.el index 1cf2d2700..a56c59585 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."