Browse Source

org-capture.el: Fix docstring

* lisp/org-capture.el (org-capture-templates-contexts): Fix docstring.
Bastien 7 years ago
parent
commit
b2d3dbabf7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-capture.el

+ 2 - 2
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
 If you define several checks, the agenda command will be
 accessible if there is at least one valid check.
 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\"))))
     \\='((\"c\" \"d\" ((in-mode . \"message-mode\"))))