diff src/fileio.c @ 43081:6307d3a2321b

(Fdo_auto_save): Improve "auto save disabled" msg.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Feb 2002 10:36:49 +0000
parents f2c23e762b64
children 4934ed73c7a4
line wrap: on
line diff
--- a/src/fileio.c	Sun Feb 03 10:35:20 2002 +0000
+++ b/src/fileio.c	Sun Feb 03 10:36:49 2002 +0000
@@ -5671,7 +5671,7 @@
 	      {
 		/* 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,