From df4ed8e79488e2b846e35ae527e82a74b696854f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 17 Apr 2013 07:00:59 +0200 Subject: [PATCH] org-capture.el (org-capture-use-agenda-date): Fix docstring * org-capture.el (org-capture-use-agenda-date): Fix docstring. --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 3aef08fd2..936883acb 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) -- 2.11.4.GIT