diff options
| author | Phillip Lord | 2015-11-24 23:02:11 +0000 |
|---|---|---|
| committer | Phillip Lord | 2015-11-30 20:14:13 +0000 |
| commit | c2ba4a20aafc3ea0a907bcbb17fb41590b44cf09 (patch) | |
| tree | f3f7e6be7a8ab5be5f7d5fb7f689b26685b07e38 /etc | |
| parent | 3eb93c07f7a60ac9ce8a16f10c3afd5a3a31243a (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -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 |
| 265 | successive char insertions. | 265 | successive char insertions. This behaviour can be extended to other |
| 266 | commands, using the `undo-auto--amalgamate' function. | ||
| 267 | |||
| 268 | ** The heuristic used to insert `undo-boundary' after each command has changed, | ||
| 269 | so 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-;'. |