; Fix documentation of 'auto-save-visited-remote-files'
* etc/NEWS: * lisp/files.el (auto-save-visited-remote-files): Doc fix.
This commit is contained in:
parent
3631355dcb
commit
207101e169
2 changed files with 2 additions and 2 deletions
2
etc/NEWS
2
etc/NEWS
|
|
@ -2011,7 +2011,7 @@ example buffers using a particular mode or in some directory.
|
|||
---
|
||||
*** New user option 'auto-save-visited-remote-files'.
|
||||
This user option controls whether or not 'auto-save-visited-mode' will
|
||||
save remote buffers. The default is t.
|
||||
auto-save remote buffers. The default is t.
|
||||
|
||||
+++
|
||||
*** New package vtable.el for formatting tabular data.
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@ true."
|
|||
:version "29.1")
|
||||
|
||||
(defcustom auto-save-visited-remote-files t
|
||||
"If non-nil, `auto-save-visited-mode' will save remote files."
|
||||
"If non-nil, `auto-save-visited-mode' will auto-save remote files."
|
||||
:group 'auto-save
|
||||
:type 'boolean
|
||||
:version "29.1")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue