aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-05 11:12:38 +0200
committerEli Zaretskii2015-12-05 11:12:38 +0200
commitb3b68eb655595407f8b03e5500df081324e0cd40 (patch)
treef56d6c1fa477dacaed16821fd075f1edd591529f /etc
parentf18e93442b283b4eabfc063a06892fa4cc8579e8 (diff)
downloademacs-b3b68eb655595407f8b03e5500df081324e0cd40.tar.gz
emacs-b3b68eb655595407f8b03e5500df081324e0cd40.zip
Fix documentation of 'undo' changes
* doc/lispref/text.texi (Undo): Minor wording changes. Use US English conventions for spelling and whitespace between sentences. * etc/NEWS: Fix wording and spelling of undo-related entries. Mark them as documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 12 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b44812f36a..ca61fc00ac2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -226,12 +226,19 @@ at configure time.
226+++ 226+++
227** M-x suggests shorthands and ignores obsolete commands for completion. 227** M-x suggests shorthands and ignores obsolete commands for completion.
228 228
229** Successive single-char deletions are collapsed in the undo-log just like 229** Changes in undo
230successive char insertions. This behaviour can be extended to other
231commands, using the `undo-auto--amalgamate' function.
232 230
233** The heuristic used to insert `undo-boundary' after each command has changed, 231+++
234so that it supports commands which potentially affect multiple buffers. 232*** Successive single-char deletions are collapsed in the undo-log just like
233successive char insertions. Which commands invoke this behavior is
234controlled by the new `undo-auto-amalgamate' function. See the node
235"Undo" in the ELisp manual for more details.
236
237+++
238*** The heuristic used to insert `undo-boundary' after each command
239has changed, so that if a command causes changes in more than just the
240current buffer, Emacs now calls `undo-boundary' in every buffer
241affected by the command.
235 242
236+++ 243+++
237** New command `comment-line' bound to `C-x C-;'. 244** New command `comment-line' bound to `C-x C-;'.