emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 207101e169: ; Fix documentation of 'auto-save-visited-remote-file


From: Eli Zaretskii
Subject: master 207101e169: ; Fix documentation of 'auto-save-visited-remote-files'
Date: Tue, 5 Jul 2022 09:07:43 -0400 (EDT)

branch: master
commit 207101e1690d55b71ba3c7f6d7cd76ae279796e0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix documentation of 'auto-save-visited-remote-files'
    
    * etc/NEWS:
    * lisp/files.el (auto-save-visited-remote-files): Doc fix.
---
 etc/NEWS      | 2 +-
 lisp/files.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index c5f6987dcf..1d12938c0f 100644
--- 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.
diff --git a/lisp/files.el b/lisp/files.el
index 794305520d..67b3ae9b68 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]