Mercurial > emacs
changeset 63580:cdd23c548b35
(Auto-Saving): Fix formatting ugliness.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 18 Jun 2005 13:41:12 +0000 |
parents | cf6c8ad878b9 |
children | ff52793febfb |
files | lispref/backups.texi |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.