1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

; * message.el (message-auto-save-directory): Clarify docstring.

This commit is contained in:
Sean Whitton 2022-07-08 17:28:51 -07:00
parent ee58141785
commit 3d3aaf3af3

View 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)))