Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dace7f4e
Commit
dace7f4e
authored
Oct 10, 1999
by
Gerd Moellmann
Browse files
(auto-save-interval): Fix doc string.
parent
4f875c87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/ChangeLog
View file @
dace7f4e
No preview for this file type
src/keyboard.c
View file @
dace7f4e
...
...
@@ -9842,7 +9842,7 @@ will be in `last-command' during the following command.");
Vthis_command = Qnil;
DEFVAR_INT ("auto-save-interval", &auto_save_interval,
"*Number of
keyboard input character
s between auto-saves.\n\
"*Number of
input event
s between auto-saves.\n\
Zero means disable autosaving due to number of characters typed.");
auto_save_interval = 300;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment