aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-24 10:57:54 +0000
committerGerd Moellmann2001-04-24 10:57:54 +0000
commit8748ecc048f16dd3b5be8275aa4301f7f08b5ba2 (patch)
tree8a21e66bc5abe8b9342c4c8bcadc728f7e4631d2
parent35f901fa576cd5950e0626ac848835c4df612329 (diff)
downloademacs-8748ecc048f16dd3b5be8275aa4301f7f08b5ba2.tar.gz
emacs-8748ecc048f16dd3b5be8275aa4301f7f08b5ba2.zip
Change entries for string-rectangle and alike.
-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