aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhillip Lord2015-11-24 23:02:11 +0000
committerPhillip Lord2015-11-30 20:14:13 +0000
commitc2ba4a20aafc3ea0a907bcbb17fb41590b44cf09 (patch)
treef3f7e6be7a8ab5be5f7d5fb7f689b26685b07e38 /etc
parent3eb93c07f7a60ac9ce8a16f10c3afd5a3a31243a (diff)
downloademacs-c2ba4a20aafc3ea0a907bcbb17fb41590b44cf09.tar.gz
emacs-c2ba4a20aafc3ea0a907bcbb17fb41590b44cf09.zip
; Added documentation for undo-auto functionality.
* doc/lispref/text.texi: Documentation added * etc/NEWS: Annoucement added * lisp/simple.el (undo-auto--amalgamate): Docstring fix.
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-;'.