summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-19 11:11:55 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-19 11:11:55 +0200
commita5dbedea06ebe66ac71bc52e977624b0ab5a0783 (patch)
tree466f53fbf3856c923ad281c8d9cb5e8fffff1edf
parent8e599ff546e3aaee88c11bd6c4592ad5374bf0ce (diff)
parentd01ee01d528c896c8e14977527b842eba0dbc170 (diff)
downloadorg-mode-a5dbedea06ebe66ac71bc52e977624b0ab5a0783.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index a29d45d..c8bcc80 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7323,7 +7323,11 @@ dynamic insertion of content. The templates are expanded in the order given her
@r{%^@{prompt|default|completion2|completion3...@}.}
@r{The arrow keys access a prompt-specific history.}
%\1 @dots{} %\N @r{Insert the text entered at the Nth %^@{@var{prompt}@}, where @code{N} is}
- @r{a number, starting from 1.}
+ @r{a number, starting from 1.@footnote{As required in Emacs
+ Lisp, it is necessary to escape any backslash character in
+ a string with another backslash. So, in order to use
+ @samp{%\1} placeholder, you need to write @samp{%\\1} in
+ the template.}}
%? @r{After completing the template, position cursor here.}
@end smallexample