1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-25 10:47:12 +00:00

org-capture.el (org-capture-use-agenda-date): Fix docstring

* org-capture.el (org-capture-use-agenda-date): Fix docstring.
This commit is contained in:
Bastien Guerry 2013-04-17 07:00:59 +02:00
parent c66dfa2318
commit df4ed8e794

View File

@ -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)