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

* lisp/org-capture.el (org-capture-templates): Fix docstring typo.

TINYCHANGE
This commit is contained in:
Phil Hudson 2020-09-14 15:39:13 +02:00 committed by Bastien
parent b14fb06def
commit bbe447adc7
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ be replaced with content and expanded:
%^L Like %^C, but insert as link.
%^{prop}p Prompt the user for a value for property `prop'.
%^{prompt} Prompt the user for a string and replace this sequence with it.
A default value and a completion table ca be specified like this:
A default value and a completion table can be specified like this:
%^{prompt|default|completion2|completion3|...}.
%? After completing the template, position cursor here.
%\\1 ... %\\N Insert the text entered at the nth %^{prompt}, where N