Mercurial > emacs
comparison lisp/ChangeLog @ 60174:85f04f438e03
(query-replace, query-replace-regexp)
(replace-string, replace-regexp): When operating on region, make
the minibuffer prompt say so.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 19 Feb 2005 21:08:43 +0000 |
parents | 6e0cd1315a6f |
children | 658a49292dae |
comparison
equal
deleted
inserted
replaced
60173:6e0cd1315a6f | 60174:85f04f438e03 |
---|---|
1 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * replace.el (query-replace, query-replace-regexp) | |
4 (replace-string, replace-regexp): When operating on region, make | |
5 the minibuffer prompt say so. | |
2 | 6 |
3 * isearch.el (isearch-forward): Document isearch-query-replace and | 7 * isearch.el (isearch-forward): Document isearch-query-replace and |
4 isearch-query-replace-regexp keybindings. | 8 isearch-query-replace-regexp keybindings. |
5 | 9 |
6 2005-02-19 Jay Belanger <belanger@truman.edu> | 10 2005-02-19 Jay Belanger <belanger@truman.edu> |