aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-18 13:41:12 +0000
committerRichard M. Stallman2005-06-18 13:41:12 +0000
commit920fc480e9382af4dcdb7864025765bd8659cd8c (patch)
tree82c54b69b34a210a3a14bac2a8b52fc9e4067d83
parent72b09a92c81320f6f7998e11d7ca444ae26ed755 (diff)
downloademacs-920fc480e9382af4dcdb7864025765bd8659cd8c.tar.gz
emacs-920fc480e9382af4dcdb7864025765bd8659cd8c.zip
(Auto-Saving): Fix formatting ugliness.
-rw-r--r--lispref/backups.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi
index 8db24665a54..1ba7ed1b931 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
589saves all buffers for which auto-saving is enabled and that have been 589saves all buffers for which auto-saving is enabled and that have been
590changed since the previous auto-save. 590changed since the previous auto-save.
591 591
592Normally, if any buffers are auto-saved, a message that says 592If any buffers are auto-saved, @code{do-auto-save} normally displays a
593@samp{Auto-saving...} is displayed in the echo area while auto-saving is 593message saying @samp{Auto-saving...} in the echo area while
594going on. However, if @var{no-message} is non-@code{nil}, the message 594auto-saving is going on. However, if @var{no-message} is
595is inhibited. 595non-@code{nil}, the message is inhibited.
596 596
597If @var{current-only} is non-@code{nil}, only the current buffer 597If @var{current-only} is non-@code{nil}, only the current buffer
598is auto-saved. 598is auto-saved.