diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/search.texi | 2 |
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 @@ | |||
| 1 | 2004-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * search.texi (Regexp Replace): Add missing backslash to \footnote. | ||
| 4 | |||
| 1 | 2004-08-31 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-08-31 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * kmacro.texi (Basic Keyboard Macro): | 7 | * 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 | |||
| 1080 | point where the @samp{\?} was. For example, | 1080 | point where the @samp{\?} was. For example, |
| 1081 | 1081 | ||
| 1082 | @example | 1082 | @example |
| 1083 | M-x replace-regexp @key{RET} \footnote@{ @key{RET} | 1083 | M-x replace-regexp @key{RET} \\footnote@{ @key{RET} |
| 1084 | \&\\label@{fn:\#\?@} @key{RET} | 1084 | \&\\label@{fn:\#\?@} @key{RET} |
| 1085 | @end example | 1085 | @end example |
| 1086 | 1086 | ||