org-capture.el (org-capture-templates): Fix typo in docstring

* org-capture.el (org-capture-templates): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2012-09-27 00:54:20 +02:00
parent 2648e3d06b
commit 453be213ce
1 changed files with 1 additions and 1 deletions

View File

@ -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'.