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
012d4cdc
Commit
012d4cdc
authored
Mar 05, 1994
by
Richard M. Stallman
Browse files
(Fdo_auto_save): Doc fix.
parent
88ce066e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/fileio.c
src/fileio.c
+2
-3
No files found.
src/fileio.c
View file @
012d4cdc
...
...
@@ -3410,7 +3410,8 @@ This is all buffers that have auto-saving enabled\n\
and are changed since last auto-saved.
\n
\
Auto-saving writes the buffer into a file
\n
\
so that your editing is not lost if the system crashes.
\n
\
This file is not the file you visited; that changes only when you save.
\n\n
\
This file is not the file you visited; that changes only when you save.
\n
\
Normally we run the normal hook `auto-save-hook' before saving.
\n\n
\
Non-nil first argument means do not print any message if successful.
\n
\
Non-nil second argument means save only current buffer."
)
(
no_message
,
current_only
)
...
...
@@ -3437,8 +3438,6 @@ Non-nil second argument means save only current buffer.")
if
(
minibuf_level
)
no_message
=
Qt
;
/* Vrun_hooks is nil before emacs is dumped, and inc-vers.el will
eventually call do-auto-save, so don't err here in that case. */
if
(
!
NILP
(
Vrun_hooks
))
call1
(
Vrun_hooks
,
intern
(
"auto-save-hook"
));
...
...
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