瀏覽代碼

org-capture.el: Fix docstring

* lisp/org-capture.el (org-capture-templates-contexts): Fix docstring.
Bastien 7 年之前
父節點
當前提交
b2d3dbabf7
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 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\"))))