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:
parent
ee58141785
commit
3d3aaf3af3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue