From b0b1f8f0b2458c9f18bfd137927f71bccad304d3 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 6 Apr 2021 17:28:30 +0200 Subject: [PATCH] * lisp/autorevert.el: Fix link to Info manual. --- lisp/autorevert.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 57258f9c83..1bb40c90ff 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -227,10 +227,10 @@ global-auto-revert-non-file-buffers 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." -- 2.29.3