From a14cb2558532ededa58b904b3309208bcbcf84ea Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 2 Sep 2004 09:30:26 +0000 Subject: [PATCH] (Regexp Replace): Add missing backslash to \footnote. --- man/ChangeLog | 4 ++++ man/search.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5