diff options
| author | Eli Zaretskii | 2015-12-05 11:12:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-05 11:12:38 +0200 |
| commit | b3b68eb655595407f8b03e5500df081324e0cd40 (patch) | |
| tree | f56d6c1fa477dacaed16821fd075f1edd591529f /etc | |
| parent | f18e93442b283b4eabfc063a06892fa4cc8579e8 (diff) | |
| download | emacs-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/NEWS | 17 |
1 files changed, 12 insertions, 5 deletions
| @@ -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 |
| 230 | successive char insertions. This behaviour can be extended to other | ||
| 231 | commands, using the `undo-auto--amalgamate' function. | ||
| 232 | 230 | ||
| 233 | ** The heuristic used to insert `undo-boundary' after each command has changed, | 231 | +++ |
| 234 | so that it supports commands which potentially affect multiple buffers. | 232 | *** Successive single-char deletions are collapsed in the undo-log just like |
| 233 | successive char insertions. Which commands invoke this behavior is | ||
| 234 | controlled 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 | ||
| 239 | has changed, so that if a command causes changes in more than just the | ||
| 240 | current buffer, Emacs now calls `undo-boundary' in every buffer | ||
| 241 | affected 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-;'. |