From fd91d0d468208be28c6a7187dd68e63dd22f47c0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Feb 2002 10:36:49 +0000 Subject: [PATCH] (Fdo_auto_save): Improve "auto save disabled" msg. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index b1b555fafc4..177d44aeae0 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5671,7 +5671,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) { /* It has shrunk too much; turn off auto-saving here. */ minibuffer_auto_raise = orig_minibuffer_auto_raise; - message_with_string ("Buffer %s has shrunk a lot; auto save turned off there", + message_with_string ("Buffer %s has shrunk a lot; auto save disabled in that buffer until next real save", b->name, 1); minibuffer_auto_raise = 0; /* Turn off auto-saving until there's a real save, -- 2.39.2