]> git.eshelyaron.com Git - emacs.git/commitdiff
; * message.el (message-auto-save-directory): Clarify docstring.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 9 Jul 2022 00:28:51 +0000 (17:28 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 9 Jul 2022 00:28:51 +0000 (17:28 -0700)
lisp/gnus/message.el

index 48115a41655bc0c875639e10cee2ac74d454c9a3..7c2b24c6eee763cc9b0df7db58101aee06927dfe 100644 (file)
@@ -1411,7 +1411,7 @@ text and it replaces `self-insert-command' with the other command, e.g.
       (file-name-as-directory (expand-file-name "drafts" message-directory))
     "~/")
   "Directory where Message auto-saves buffers if Gnus isn't running.
-If nil, Message won't auto-save."
+If nil, Message won't auto-save, whether or not Gnus is running."
   :group 'message-buffers
   :link '(custom-manual "(message)Various Message Variables")
   :type '(choice directory (const :tag "Don't auto-save" nil)))