summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-09-02 09:30:26 +0000
committerJuri Linkov <juri@jurta.org>2004-09-02 09:30:26 +0000
commita14cb2558532ededa58b904b3309208bcbcf84ea (patch)
treec4ecd643445fa748df531fde6e245b9cdd4d6391
parent0dfddff5b5ce4e2a5e72a456b609bc27c4a9e9e6 (diff)
downloademacs-a14cb2558532ededa58b904b3309208bcbcf84ea.tar.gz
emacs-a14cb2558532ededa58b904b3309208bcbcf84ea.tar.bz2
emacs-a14cb2558532ededa58b904b3309208bcbcf84ea.zip
(Regexp Replace): Add missing backslash to \footnote.
-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