diff options
| author | Phillip Lord | 2015-12-03 21:27:33 +0000 |
|---|---|---|
| committer | Phillip Lord | 2015-12-03 21:27:33 +0000 |
| commit | eaa1fd6dbff8346eb38485de5ebf0fbfacf374d9 (patch) | |
| tree | 3582bd8b840f066f6b1435ea9cf73cbe48fc3d0d /doc | |
| parent | 7d611e25ffdfb31e321d4612b282542690f26534 (diff) | |
| download | emacs-eaa1fd6dbff8346eb38485de5ebf0fbfacf374d9.tar.gz emacs-eaa1fd6dbff8346eb38485de5ebf0fbfacf374d9.zip | |
Externalize some symbols in undo-auto
* doc/lispref/text.texi: Update symbols.
* lisp/simple.el (undo-auto--amalgamate,
undo-auto--current-boundary-timer): Make symbols public.
* src/cmds.c (Fself_insert_command,Fdelete_char): Call
updated symbol.
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 |