diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2022-07-08 17:28:51 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2022-07-08 17:28:51 -0700 |
commit | 3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef (patch) | |
tree | 09f7f6725d52e0b0910891aa8883f4a50ae6c0cc | |
parent | ee5814178503c327f703e03f372f792fa1689632 (diff) | |
download | emacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.tar.gz emacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.tar.bz2 emacs-3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef.zip |
; * message.el (message-auto-save-directory): Clarify docstring.
-rw-r--r-- | lisp/gnus/message.el | 2 |
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))) |