aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-09 16:28:57 +0200
committerLars Ingebrigtsen2019-07-09 17:13:54 +0200
commitc9142f414bfd5fe10977353361e7b2a6330a6260 (patch)
tree274c76441c1c43eb9d5d462fc1da181fe839c265
parent93bd422ecec2519c5f3d0df73c0ac9cc7b18442b (diff)
downloademacs-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.texi4
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,
1408for example, when a function on the @code{post-command-hook} affects a 1408for example, when a function on the @code{post-command-hook} affects a
1409buffer other than the @code{current-buffer}, then @code{undo-boundary} 1409buffer other than the @code{current-buffer}, then @code{undo-boundary}
1410will be called in each of the affected buffers. 1410will be called in each of the affected buffers.
1411
1412This function can be called before an amalgamating command. It
1413removes the previous @code{undo-boundary} if a series of such calls
1414have been made.
1411@end defun 1415@end defun
1412 1416
1413@defvar undo-auto-current-boundary-timer 1417@defvar undo-auto-current-boundary-timer