summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog4
-rw-r--r--man/search.texi2
2 files changed, 5 insertions, 1 deletions
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 <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):
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