# HG changeset patch # User Richard M. Stallman # Date 1119102072 0 # Node ID cdd23c548b35d270990169a9d4ac9f4535a77c05 # Parent cf6c8ad878b9ef8668bc574516055e681dd0d058 (Auto-Saving): Fix formatting ugliness. diff -r cf6c8ad878b9 -r cdd23c548b35 lispref/backups.texi --- a/lispref/backups.texi Sat Jun 18 13:40:30 2005 +0000 +++ b/lispref/backups.texi Sat Jun 18 13:41:12 2005 +0000 @@ -589,10 +589,10 @@ 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.