]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexp Replace): Add missing backslash to \footnote.
authorJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:30:26 +0000 (09:30 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:30:26 +0000 (09:30 +0000)
man/ChangeLog
man/search.texi

index cc859cffb059b75accf15367ae104467998bdeeb..e93293c431ad7284550a685b8007e38e3a9ed615 100644 (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):
index a0c64275de04f0146776bbab707b04f269dbdd89..5a3814ebf5da3870e7f65dc0fb5948b041896424 100644 (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