diff options
| author | Gerd Moellmann | 2001-04-24 10:57:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-24 10:57:54 +0000 |
| commit | 8748ecc048f16dd3b5be8275aa4301f7f08b5ba2 (patch) | |
| tree | 8a21e66bc5abe8b9342c4c8bcadc728f7e4631d2 | |
| parent | 35f901fa576cd5950e0626ac848835c4df612329 (diff) | |
| download | emacs-8748ecc048f16dd3b5be8275aa4301f7f08b5ba2.tar.gz emacs-8748ecc048f16dd3b5be8275aa4301f7f08b5ba2.zip | |
Change entries for string-rectangle and alike.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -869,11 +869,10 @@ All these functions have been rewritten to avoid inserting unwanted | |||
| 869 | spaces, and an optional prefix now allows them to behave the old way. | 869 | spaces, and an optional prefix now allows them to behave the old way. |
| 870 | 870 | ||
| 871 | +++ | 871 | +++ |
| 872 | There 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', |
| 875 | rectangle contents before inserting the specified string on each line. | 875 | but inserts text instead of replacing it. |
| 876 | The `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 |
| 879 | query-replace-regexp, but takes a Lisp expression which is evaluated | 878 | query-replace-regexp, but takes a Lisp expression which is evaluated |