diff options
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -440,7 +440,7 @@ There is a new command M-x replace-rectangle. | |||
| 440 | query-replace-regexp, but takes a Lisp expression which is evaluated | 440 | query-replace-regexp, but takes a Lisp expression which is evaluated |
| 441 | after each match to get the replacement text. | 441 | after each match to get the replacement text. |
| 442 | 442 | ||
| 443 | ** M-x query-replace recognizes a new command `E' that let's you | 443 | ** M-x query-replace recognizes a new command `E' that lets you |
| 444 | edit the replacement string. | 444 | edit the replacement string. |
| 445 | 445 | ||
| 446 | ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's | 446 | ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's |
| @@ -1171,6 +1171,9 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 1171 | When you add a new item, please add it without either +++ or --- | 1171 | When you add a new item, please add it without either +++ or --- |
| 1172 | so I will know I still need to look at it -- rms. | 1172 | so I will know I still need to look at it -- rms. |
| 1173 | 1173 | ||
| 1174 | ** If the APPEND argument of `write-region' is an integer, it seeks to | ||
| 1175 | that offset in the file before writing. | ||
| 1176 | |||
| 1174 | ** `concat' no longer accepts individual integer arguments, as | 1177 | ** `concat' no longer accepts individual integer arguments, as |
| 1175 | promised long ago. | 1178 | promised long ago. |
| 1176 | 1179 | ||