(Regexp Replace): Add missing backslash to \footnote.

This commit is contained in:
Juri Linkov 2004-09-02 09:30:26 +00:00
parent 0dfddff5b5
commit a14cb25585
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-09-02 Juri Linkov <juri@jurta.org>
* search.texi (Regexp Replace): Add missing backslash to \footnote.
2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
* kmacro.texi (Basic Keyboard Macro):

View file

@ -1080,7 +1080,7 @@ ask you to edit the replacement string in the minibuffer, putting
point where the @samp{\?} was. For example,
@example
M-x replace-regexp @key{RET} \footnote@{ @key{RET}
M-x replace-regexp @key{RET} \\footnote@{ @key{RET}
\&\\label@{fn:\#\?@} @key{RET}
@end example