summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-03-20 12:38:24 +0100
committerBastien <bzg@gnu.org>2018-03-20 12:38:24 +0100
commitb2d3dbabf7b4544927c1dc58790d31e2d196f2cb (patch)
tree80224523fb65a7d47e0fc370bddb24d66c38b752
parentcb46679eb2a53307a814d624b825379efa8d7412 (diff)
downloadorg-mode-b2d3dbabf7b4544927c1dc58790d31e2d196f2cb.tar.gz
org-capture.el: Fix docstring
* lisp/org-capture.el (org-capture-templates-contexts): Fix docstring.
-rw-r--r--lisp/org-capture.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 33e61fc..3de386c 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -541,8 +541,8 @@ not-in-buffer: command not displayed in matching buffers
If you define several checks, the agenda command will be
accessible if there is at least one valid check.
-You can also bind a key to another agenda custom command
-depending on contextual rules.
+You can also bind a key to another capture template depending on
+contextual rules.
\\='((\"c\" \"d\" ((in-mode . \"message-mode\"))))