Fix broken links in autorevert.el
* lisp/autorevert.el (global-auto-revert-non-file-buffers): Fix broken links. (Bug#47621)
This commit is contained in:
parent
673c02f6d0
commit
2f5f30671a
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue