comparison 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
comparison
equal deleted inserted replaced
56229:712f3852392b 56230:fe184d71d3cb
1 2004-06-24 David Kastrup <dak@gnu.org>
2
3 * search.texi (Unconditional Replace): Use replace-string instead
4 of query-replace in example.
5 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6 sequences.
7 (Query Replace): Correct explanation of `^' which does not use
8 the mark stack.
9
1 2004-06-21 Nick Roberts <nickrob@gnu.org> 10 2004-06-21 Nick Roberts <nickrob@gnu.org>
2 11
3 * misc.texi (Shell History Copying): Document comint-insert-input. 12 * misc.texi (Shell History Copying): Document comint-insert-input.
4 (Shell Ring): Describe comint-dynamic-list-input-ring here. 13 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5 14