Mercurial > emacs
diff man/ChangeLog @ 56230:fe184d71d3cb
(Unconditional Replace): Use replace-string instead
of query-replace in example.
(Regexp Replace): Add explanations for `\,', `\#' and `\?'
sequences.
(Query Replace): Correct explanation of `^' which does not use
the mark stack.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Thu, 24 Jun 2004 14:05:59 +0000 |
parents | 47243103399e |
children | 09f1db905d2e |
line wrap: on
line diff
--- a/man/ChangeLog Thu Jun 24 10:36:13 2004 +0000 +++ b/man/ChangeLog Thu Jun 24 14:05:59 2004 +0000 @@ -1,3 +1,12 @@ +2004-06-24 David Kastrup <dak@gnu.org> + + * search.texi (Unconditional Replace): Use replace-string instead + of query-replace in example. + (Regexp Replace): Add explanations for `\,', `\#' and `\?' + sequences. + (Query Replace): Correct explanation of `^' which does not use + the mark stack. + 2004-06-21 Nick Roberts <nickrob@gnu.org> * misc.texi (Shell History Copying): Document comint-insert-input.