]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of 'auto-save-visited-remote-files'
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Jul 2022 13:07:03 +0000 (16:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Jul 2022 13:07:03 +0000 (16:07 +0300)
* etc/NEWS:
* lisp/files.el (auto-save-visited-remote-files): Doc fix.

etc/NEWS
lisp/files.el

index c5f6987dcf0dab5e02c400d5639c5b429f97ef13..1d12938c0f9bcfc3be26446ac17ae3871d138bc0 100644 (file)
--- a/etc/NEWS
+++ b/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.
index 794305520dbb315b000b1e663c754467d5b4d800..67b3ae9b68a64d04e14b0c6c4d1d1f5af6d2ead1 100644 (file)
@@ -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")