emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 2f5f306: Fix broken links in autorevert.el


From: Michael Albinus
Subject: emacs-27 2f5f306: Fix broken links in autorevert.el
Date: Tue, 6 Apr 2021 13:32:03 -0400 (EDT)

branch: emacs-27
commit 2f5f30671a122aeed0a78dbee8f541dda5a6d4c2
Author: Damien Cassou <damien@cassou.me>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix broken links in autorevert.el
    
    * lisp/autorevert.el (global-auto-revert-non-file-buffers):
    Fix broken links.  (Bug#47621)
---
 lisp/autorevert.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index c857d2c..3fe7a00 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -227,10 +227,10 @@ modes, etc., of files.  You may still sometimes want to 
revert
 them manually.
 
 Use this option with care since it could lead to excessive auto-reverts.
-For more information, see Info node `(emacs)Autorevert'."
+For more information, see Info node `(emacs)Auto Revert'."
   :group 'auto-revert
   :type 'boolean
-  :link '(info-link "(emacs)Autorevert"))
+  :link '(info-link "(emacs)Auto Revert"))
 
 (defcustom global-auto-revert-ignore-modes ()
   "List of major modes Global Auto-Revert Mode should not check."



reply via email to

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