aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 45373675998..1bb5303620d 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1352,7 +1352,7 @@ Mostly, however, this function is called automatically at an
1352appropriate time. 1352appropriate time.
1353@end defun 1353@end defun
1354 1354
1355@defun undo-auto--amalgamate 1355@defun undo-auto-amalgamate
1356The editor command loop automatically calls @code{undo-boundary} just 1356The editor command loop automatically calls @code{undo-boundary} just
1357before executing each key sequence, so that each undo normally undoes 1357before executing each key sequence, so that each undo normally undoes
1358the effects of one command. A few exceptional commands are 1358the effects of one command. A few exceptional commands are
@@ -1368,7 +1368,7 @@ buffer other than the @code{current-buffer}, then @code{undo-boundary}
1368will be called in each of them. 1368will be called in each of them.
1369@end defun 1369@end defun
1370 1370
1371@defvar undo-auto--boundary-timer 1371@defvar undo-auto-current-boundary-timer
1372Some buffers, such as process buffers, can change even when no 1372Some buffers, such as process buffers, can change even when no
1373commands are executing. In these cases, @code{undo-boundary} is 1373commands are executing. In these cases, @code{undo-boundary} is
1374normally called periodically by the timer in this variable. Setting 1374normally called periodically by the timer in this variable. Setting