1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Document the incompatible change in string-rectangle.

This commit is contained in:
Eli Zaretskii 2001-01-27 12:30:56 +00:00
parent c1acacc417
commit 2ce72bfaf9

View file

@ -808,6 +808,10 @@ spaces, and an optional prefix now allows them to behave the old way.
+++
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.