(Regexp Replace): Add missing backslash to \footnote.
This commit is contained in:
parent
0dfddff5b5
commit
a14cb25585
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue