]> code.delx.au - gnu-emacs/commitdiff
(Auto-Saving): Fix formatting ugliness.
authorRichard M. Stallman <rms@gnu.org>
Sat, 18 Jun 2005 13:41:12 +0000 (13:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 18 Jun 2005 13:41:12 +0000 (13:41 +0000)
lispref/backups.texi

index 8db24665a5462c49876acada74104b651e463400..1ba7ed1b9310d734cb1c8e0181c11cd6f2a14cd9 100644 (file)
@@ -589,10 +589,10 @@ This function auto-saves all buffers that need to be auto-saved.  It
 saves all buffers for which auto-saving is enabled and that have been
 changed since the previous auto-save.
 
-Normally, if any buffers are auto-saved, a message that says
-@samp{Auto-saving...} is displayed in the echo area while auto-saving is
-going on.  However, if @var{no-message} is non-@code{nil}, the message
-is inhibited.
+If any buffers are auto-saved, @code{do-auto-save} normally displays a
+message saying @samp{Auto-saving...} in the echo area while
+auto-saving is going on.  However, if @var{no-message} is
+non-@code{nil}, the message is inhibited.
 
 If @var{current-only} is non-@code{nil}, only the current buffer
 is auto-saved.