summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-17 07:00:59 +0200
committerBastien Guerry <bzg@altern.org>2013-04-17 07:00:59 +0200
commitdf4ed8e79488e2b846e35ae527e82a74b696854f (patch)
tree1e1715ca60d99b9fbe891bc97319ef5ad49b8399
parentc66dfa23182db5cb3564f75a19fb4bd84b4dd610 (diff)
downloadorg-mode-df4ed8e79488e2b846e35ae527e82a74b696854f.tar.gz
org-capture.el (org-capture-use-agenda-date): Fix docstring
* org-capture.el (org-capture-use-agenda-date): Fix docstring.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 3aef08f..936883a 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -503,7 +503,7 @@ to avoid duplicates.)"
(defcustom org-capture-use-agenda-date nil
"Non-nil means use the date at point when capturing from agendas.
-When nil, you can still capturing using the date at point with \\[org-agenda-capture]]."
+When nil, you can still capture using the date at point with \\[org-agenda-capture]."
:group 'org-capture
:version "24.3"
:type 'boolean)