From 77aadd569c8f6320647e661e47d50833e6c5ff9a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 3 Oct 2018 12:40:58 +0200 Subject: [PATCH] Improve a docstring * lisp/org.el (org-complete-tags-always-offer-all-agenda-tags): Improve docstring. Reported-by: No Wayman --- lisp/org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5867fc22e..a65b07994 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3492,9 +3492,9 @@ on a per-file basis, insert anywhere in the file: (defcustom org-complete-tags-always-offer-all-agenda-tags nil "If non-nil, always offer completion for all tags of all agenda files. -Instead of customizing this variable directly, you might want to -set it locally for capture buffers, because there no list of -tags in that file can be created dynamically (there are none). + +Setting this variable locally allows for dynamic generation of tag +completions in capture buffers. (add-hook \\='org-capture-mode-hook (lambda ()