changeset 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 4aafe90c2bb0
children f259838f8412
files man/search.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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