aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoseph Arceneaux1992-06-09 02:43:52 +0000
committerJoseph Arceneaux1992-06-09 02:43:52 +0000
commit84447c71a5fe2b41d3eb36ee12b0b60dc07f04da (patch)
tree6488b089a86827da231534f72bc80cac0999bab8 /src
parentf370ccb714d6d2e06136f18c4b15745836c52711 (diff)
downloademacs-84447c71a5fe2b41d3eb36ee12b0b60dc07f04da.tar.gz
emacs-84447c71a5fe2b41d3eb36ee12b0b60dc07f04da.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 7d7faa48b1d..56d94a2c2e9 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3576,7 +3576,7 @@ Zero means disable autosaving due to number of characters typed.");
3576 "*Number of seconds idle time before auto-save.\n\ 3576 "*Number of seconds idle time before auto-save.\n\
3577Zero or nil means disable auto-saving due to idleness.\n\ 3577Zero or nil means disable auto-saving due to idleness.\n\
3578After auto-saving due to this many seconds of idle time,\n\ 3578After auto-saving due to this many seconds of idle time,\n\
3579Emacs also does a garbage collection if that seems to be warranted." 3579Emacs also does a garbage collection if that seems to be warranted.");
3580 XFASTINT (Vauto_save_timeout) = 30; 3580 XFASTINT (Vauto_save_timeout) = 30;
3581 3581
3582 DEFVAR_INT ("echo-keystrokes", &echo_keystrokes, 3582 DEFVAR_INT ("echo-keystrokes", &echo_keystrokes,