From: Juri Linkov Date: Thu, 2 Sep 2004 09:30:26 +0000 (+0000) Subject: (Regexp Replace): Add missing backslash to \footnote. X-Git-Tag: ttn-vms-21-2-B4~5114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a14cb2558532ededa58b904b3309208bcbcf84ea;p=emacs.git (Regexp Replace): Add missing backslash to \footnote. --- diff --git a/man/ChangeLog b/man/ChangeLog index cc859cffb05..e93293c431a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-09-02 Juri Linkov + + * search.texi (Regexp Replace): Add missing backslash to \footnote. + 2004-08-31 Luc Teirlinck * kmacro.texi (Basic Keyboard Macro): diff --git a/man/search.texi b/man/search.texi index a0c64275de0..5a3814ebf5d 100644 --- a/man/search.texi +++ b/man/search.texi @@ -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