Explorar o código

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

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

TINYCHANGE
Phil Hudson %!s(int64=4) %!d(string=hai) anos
pai
achega
bbe447adc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
lisp/org-capture.el

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