Fix reference from buffer-stale-function docstring
* lisp/files.el (buffer-stale-function): Fix reference to a non-existent Info node in doc string. (Bug#72049)
This commit is contained in:
parent
e0b271e279
commit
ec1e300a21
1 changed files with 1 additions and 1 deletions
|
@ -6857,7 +6857,7 @@ For historical reasons, a value of nil means to use the default function.
|
|||
This should not be relied upon.
|
||||
|
||||
For more information on how this variable is used by Auto Revert mode,
|
||||
see Info node `(emacs)Supporting additional buffers'.")
|
||||
see Info node `(elisp)Reverting'.")
|
||||
|
||||
(defvar-local buffer-auto-revert-by-notification nil
|
||||
"Whether a buffer can rely on notification in Auto-Revert mode.
|
||||
|
|
Loading…
Add table
Reference in a new issue