]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 03:40:42 +0000 (03:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 03:40:42 +0000 (03:40 +0000)
lisp/mail/rmail.el

index 2ea8b6b27f17a39fd44b14b27d0679c5f0234a6e..3aa0391eef0b9f0a2814bc4e37e26467103aa5ce 100644 (file)
@@ -532,7 +532,11 @@ Instead, these commands are available:
   (setq major-mode 'rmail-mode)
   (setq mode-name "RMAIL")
   (setq buffer-read-only t)
-  ;; No need to auto save RMAIL files.
+  ;; No need to auto save RMAIL files in normal circumstances
+  ;; because they contain no info except attribute changes
+  ;; and deletion of messages.
+  ;; The one exception is when messages are copied into an Rmail mode buffer.
+  ;; rmail-output-to-rmail-file enables auto save when you do that.
   (setq buffer-auto-save-file-name nil)
   (if (boundp 'mode-line-modified)
       (setq mode-line-modified "--- ")