diff options
| -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 |