summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-08 17:28:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-08 17:28:51 -0700
commit3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef (patch)
tree09f7f6725d52e0b0910891aa8883f4a50ae6c0cc
parentee5814178503c327f703e03f372f792fa1689632 (diff)
downloademacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.tar.gz
emacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.tar.bz2
emacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.zip
; * message.el (message-auto-save-directory): Clarify docstring.
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 48115a41655..7c2b24c6eee 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -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)))