aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhillip Lord2015-12-03 21:27:33 +0000
committerPhillip Lord2015-12-03 21:27:33 +0000
commiteaa1fd6dbff8346eb38485de5ebf0fbfacf374d9 (patch)
tree3582bd8b840f066f6b1435ea9cf73cbe48fc3d0d /doc
parent7d611e25ffdfb31e321d4612b282542690f26534 (diff)
downloademacs-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.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