From: Richard M. Stallman Date: Sat, 18 Jun 2005 13:41:12 +0000 (+0000) Subject: (Auto-Saving): Fix formatting ugliness. X-Git-Tag: emacs-pretest-22.0.90~8812 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/920fc480e9382af4dcdb7864025765bd8659cd8c (Auto-Saving): Fix formatting ugliness. --- diff --git a/lispref/backups.texi b/lispref/backups.texi index 8db24665a5..1ba7ed1b93 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi @@ -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.