summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Vauban <wxhgmqzgwmuf@spammotel.com>2010-11-24 13:38:26 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-11-29 10:28:07 +0100
commit6d33af4a5c920f1e3d1584bfb612e6800df52129 (patch)
treee62f4ce88410828720072d7de03cbad5386433fd
parent9de7ad3593b840148bef767dfe4695a6f7e954c4 (diff)
downloadorg-mode-6d33af4a5c920f1e3d1584bfb612e6800df52129.tar.gz
Fix documentation for global tag list during capture
* lisp/org.el (org-complete-tags-always-offer-all-agenda-tags): Fix docstring.
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8a792b4..873b294 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2732,10 +2732,10 @@ To disable these tags 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 remember buffers, because there no list of
+set it locally for capture buffers, because there no list of
tags in that file can be created dynamically (there are none).
- (add-hook 'org-remember-mode-hook
+ (add-hook 'org-capture-mode-hook
(lambda ()
(set (make-local-variable
'org-complete-tags-always-offer-all-agenda-tags)