mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
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.
|
them manually.
|
||||||
|
|
||||||
Use this option with care since it could lead to excessive auto-reverts.
|
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
|
:group 'auto-revert
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:link '(info-link "(emacs)Autorevert"))
|
:link '(info-link "(emacs)Auto Revert"))
|
||||||
|
|
||||||
(defcustom global-auto-revert-ignore-modes ()
|
(defcustom global-auto-revert-ignore-modes ()
|
||||||
"List of major modes Global Auto-Revert Mode should not check."
|
"List of major modes Global Auto-Revert Mode should not check."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue