]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the incompatible change in string-rectangle.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2001 12:30:56 +0000 (12:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2001 12:30:56 +0000 (12:30 +0000)
etc/NEWS

index 9f2a2bb636c57c1c34bc6ff644dd4ba5a7a452a6..0c3f5619c890c42fbf83ff34888260f488d65471 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.