]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/autorevert.el (auto-revert-remote-files): Adapt docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 May 2025 12:25:32 +0000 (14:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 May 2025 20:50:19 +0000 (22:50 +0200)
(cherry picked from commit eaf01d034c0c20f5dc205331de22761016887707)

lisp/autorevert.el

index 1ac1f2b09853608fa0352cb94a44e166a8a16486..aab160c25bfa335301318530283a156dad9c6b4c 100644 (file)
@@ -274,7 +274,7 @@ it should return non-nil to make Global Auto-Revert Mode not
 revert this buffer.")
 
 (defcustom auto-revert-remote-files nil
-  "If non-nil remote files are also reverted."
+  "If nil remote files are not reverted in Auto Revert modes."
   :group 'auto-revert
   :type 'boolean
   :version "24.4")