* etc/NEWS:
* lisp/files.el (auto-save-visited-remote-files): Doc fix.
---
*** 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.
: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")