aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-27 12:30:56 +0000
committerEli Zaretskii2001-01-27 12:30:56 +0000
commit2ce72bfaf9a12231843f17dad9cdc8c5109401c8 (patch)
tree04ca33c8d3c276f457c7da2b5052157c585d41c5
parentc1acacc417d9e56794ec7bef4255d39ee5868579 (diff)
downloademacs-2ce72bfaf9a12231843f17dad9cdc8c5109401c8.tar.gz
emacs-2ce72bfaf9a12231843f17dad9cdc8c5109401c8.zip
Document the incompatible change in string-rectangle.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9f2a2bb636c..0c3f5619c89 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -808,6 +808,10 @@ spaces, and an optional prefix now allows them to behave the old way.
808+++ 808+++
809There is a new command M-x replace-rectangle. 809There is a new command M-x replace-rectangle.
810 810
811** `C-x r t' (string-rectangle) no longer deletes the existing
812rectangle contents before inserting the specified string on each line.
813The `replace-rectangle' command can be used if deletion is required.
814
811** The new command M-x query-replace-regexp-eval acts like 815** The new command M-x query-replace-regexp-eval acts like
812query-replace-regexp, but takes a Lisp expression which is evaluated 816query-replace-regexp, but takes a Lisp expression which is evaluated
813after each match to get the replacement text. 817after each match to get the replacement text.