From ea6825cf1f3c2f4e43c81424ac115ef76e5698d1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 26 Apr 2018 13:52:19 +0200 Subject: [PATCH] Improve docstring * lisp/org.el (org-set-tags-command): Improve docstring. --- lisp/org.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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."