summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-27 00:54:20 +0200
committerBastien Guerry <bzg@altern.org>2012-09-27 00:54:20 +0200
commit453be213cec00167c043d7db2dae5cc9c7503f32 (patch)
treea1662e3398e5042ed392e220c57f3816d56173d9
parent2648e3d06b928d308ac7031232bdc719a605cffc (diff)
downloadorg-mode-453be213cec00167c043d7db2dae5cc9c7503f32.tar.gz
org-capture.el (org-capture-templates): Fix typo in docstring
* org-capture.el (org-capture-templates): Fix typo in 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 a54c78d..9f90f70 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -244,7 +244,7 @@ be replaced with content and expanded in this order:
%^g Prompt for tags, with completion on tags in target file.
%^G Prompt for tags, with completion on all tags in all agenda files.
%^t Like %t, but prompt for date. Similarly %^T, %^u, %^U.
- You may define a prompt like %^{Please specify birthday.
+ You may define a prompt like: %^{Please specify birthday}t
%^C Interactive selection of which kill or clip to use.
%^L Like %^C, but insert as link.
%^{prop}p Prompt the user for a value for property `prop'.