diff options
| author | Lars Ingebrigtsen | 2019-07-09 16:28:57 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-09 17:13:54 +0200 |
| commit | c9142f414bfd5fe10977353361e7b2a6330a6260 (patch) | |
| tree | 274c76441c1c43eb9d5d462fc1da181fe839c265 | |
| parent | 93bd422ecec2519c5f3d0df73c0ac9cc7b18442b (diff) | |
| download | emacs-c9142f414bfd5fe10977353361e7b2a6330a6260.tar.gz emacs-c9142f414bfd5fe10977353361e7b2a6330a6260.zip | |
Make the manual say what undo-auto-amalgamate does
* doc/lispref/text.texi (Undo): Say what undo-auto-amalgamate does
in addition to describing what amalgamation is (bug#35344).
| -rw-r--r-- | doc/lispref/text.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index ca0dd6642d9..94b94eaba7e 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1408,6 +1408,10 @@ Where a command affects the contents of several buffers, as may happen, | |||
| 1408 | for example, when a function on the @code{post-command-hook} affects a | 1408 | for example, when a function on the @code{post-command-hook} affects a |
| 1409 | buffer other than the @code{current-buffer}, then @code{undo-boundary} | 1409 | buffer other than the @code{current-buffer}, then @code{undo-boundary} |
| 1410 | will be called in each of the affected buffers. | 1410 | will be called in each of the affected buffers. |
| 1411 | |||
| 1412 | This function can be called before an amalgamating command. It | ||
| 1413 | removes the previous @code{undo-boundary} if a series of such calls | ||
| 1414 | have been made. | ||
| 1411 | @end defun | 1415 | @end defun |
| 1412 | 1416 | ||
| 1413 | @defvar undo-auto-current-boundary-timer | 1417 | @defvar undo-auto-current-boundary-timer |