aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index da8e3dc70a7..e42e39aef4e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -869,11 +869,10 @@ All these functions have been rewritten to avoid inserting unwanted
869spaces, and an optional prefix now allows them to behave the old way. 869spaces, and an optional prefix now allows them to behave the old way.
870 870
871+++ 871+++
872There is a new command M-x replace-rectangle. 872** The function `replace-rectangle' is an alias for `string-rectangle'.
873 873
874** `C-x r t' (string-rectangle) no longer deletes the existing 874** The new command M-x string-insert-rectangle is like `string-rectangle',
875rectangle contents before inserting the specified string on each line. 875but inserts text instead of replacing it.
876The `replace-rectangle' command can be used if deletion is required.
877 876
878** The new command M-x query-replace-regexp-eval acts like 877** The new command M-x query-replace-regexp-eval acts like
879query-replace-regexp, but takes a Lisp expression which is evaluated 878query-replace-regexp, but takes a Lisp expression which is evaluated