diff man/search.texi @ 56871:cd2d19602e50

(Regexp Replace): Add missing backslash to \footnote.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Sep 2004 09:29:59 +0000
parents aeee9d21eb4a
children 78f410cd4bda
line wrap: on
line diff
--- a/man/search.texi	Thu Sep 02 09:21:20 2004 +0000
+++ b/man/search.texi	Thu Sep 02 09:29:59 2004 +0000
@@ -1080,7 +1080,7 @@
 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