aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 117be559192..0e38db6544d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -262,7 +262,11 @@ at configure time.
262** M-x suggests shorthands and ignores obsolete commands for completion. 262** M-x suggests shorthands and ignores obsolete commands for completion.
263 263
264** Successive single-char deletions are collapsed in the undo-log just like 264** Successive single-char deletions are collapsed in the undo-log just like
265successive char insertions. 265successive char insertions. This behaviour can be extended to other
266commands, using the `undo-auto--amalgamate' function.
267
268** The heuristic used to insert `undo-boundary' after each command has changed,
269so that it supports commands which potentially affect multiple buffers.
266 270
267+++ 271+++
268** New command `comment-line' bound to `C-x C-;'. 272** New command `comment-line' bound to `C-x C-;'.