diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 4 |
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 | |||
| 1352 | appropriate time. | 1352 | appropriate time. |
| 1353 | @end defun | 1353 | @end defun |
| 1354 | 1354 | ||
| 1355 | @defun undo-auto--amalgamate | 1355 | @defun undo-auto-amalgamate |
| 1356 | The editor command loop automatically calls @code{undo-boundary} just | 1356 | The editor command loop automatically calls @code{undo-boundary} just |
| 1357 | before executing each key sequence, so that each undo normally undoes | 1357 | before executing each key sequence, so that each undo normally undoes |
| 1358 | the effects of one command. A few exceptional commands are | 1358 | the effects of one command. A few exceptional commands are |
| @@ -1368,7 +1368,7 @@ buffer other than the @code{current-buffer}, then @code{undo-boundary} | |||
| 1368 | will be called in each of them. | 1368 | will 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 |
| 1372 | Some buffers, such as process buffers, can change even when no | 1372 | Some buffers, such as process buffers, can change even when no |
| 1373 | commands are executing. In these cases, @code{undo-boundary} is | 1373 | commands are executing. In these cases, @code{undo-boundary} is |
| 1374 | normally called periodically by the timer in this variable. Setting | 1374 | normally called periodically by the timer in this variable. Setting |