Mercurial > emacs
changeset 35640:6ed788afc91f
Document the incompatible change in string-rectangle.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 12:30:56 +0000 |
parents | 0750f86f8396 |
children | 369c647a5ed5 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 27 12:20:18 2001 +0000 +++ b/etc/NEWS Sat Jan 27 12:30:56 2001 +0000 @@ -808,6 +808,10 @@ +++ There is a new command M-x replace-rectangle. +** `C-x r t' (string-rectangle) no longer deletes the existing +rectangle contents before inserting the specified string on each line. +The `replace-rectangle' command can be used if deletion is required. + ** The new command M-x query-replace-regexp-eval acts like query-replace-regexp, but takes a Lisp expression which is evaluated after each match to get the replacement text.