From 920fc480e9382af4dcdb7864025765bd8659cd8c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 18 Jun 2005 13:41:12 +0000 Subject: [PATCH] (Auto-Saving): Fix formatting ugliness. --- lispref/backups.texi | 8 ++++---- 1 file 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 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. -- 2.39.2