From: Daniel Martín Date: Wed, 10 Jul 2024 23:22:04 +0000 (+0200) Subject: Fix reference from buffer-stale-function docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~718 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec1e300a215504bb9905a31145924d7f3d2cb9ab;p=emacs.git 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) --- diff --git a/lisp/files.el b/lisp/files.el index 66f47b4aa39..ca2d5b30cb4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.