From: Michael Albinus Date: Sun, 11 May 2025 12:25:32 +0000 (+0200) Subject: * lisp/autorevert.el (auto-revert-remote-files): Adapt docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=190f68bcb02665208844693b1a7b3b72ae044418;p=emacs.git * lisp/autorevert.el (auto-revert-remote-files): Adapt docstring. (cherry picked from commit eaf01d034c0c20f5dc205331de22761016887707) --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 1ac1f2b0985..aab160c25bf 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -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")