aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-10 21:09:05 +0000
committerGerd Moellmann1999-10-10 21:09:05 +0000
commitdace7f4e1c431e9f2af76624140fdd5d923eecb0 (patch)
tree7351c8d55475900fa5efb2d2540bc8c4273d91f2 /src/keyboard.c
parent4f875c87808d9cefb8d61c9f463ef20542db5cb7 (diff)
downloademacs-dace7f4e1c431e9f2af76624140fdd5d923eecb0.tar.gz
emacs-dace7f4e1c431e9f2af76624140fdd5d923eecb0.zip
(auto-save-interval): Fix doc string.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index baddff3414a..93f5ebbf2c1 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -9842,7 +9842,7 @@ will be in `last-command' during the following command.");
9842 Vthis_command = Qnil; 9842 Vthis_command = Qnil;
9843 9843
9844 DEFVAR_INT ("auto-save-interval", &auto_save_interval, 9844 DEFVAR_INT ("auto-save-interval", &auto_save_interval,
9845 "*Number of keyboard input characters between auto-saves.\n\ 9845 "*Number of input events between auto-saves.\n\
9846Zero means disable autosaving due to number of characters typed."); 9846Zero means disable autosaving due to number of characters typed.");
9847 auto_save_interval = 300; 9847 auto_save_interval = 300;
9848 9848