Mercurial > emacs
changeset 6209:2a8a76b9a2fe
(Fdo_auto_save): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Mar 1994 20:36:38 +0000 |
parents | db4139d43f8a |
children | dcc7759634d8 |
files | src/fileio.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sat Mar 05 20:35:52 1994 +0000 +++ b/src/fileio.c Sat Mar 05 20:36:38 1994 +0000 @@ -3410,7 +3410,8 @@ 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 @@ 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"));