From efbba890964c5a8a8dfa39173a3c4a88d1dfa019 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=ADn?= Date: Thu, 11 Jul 2024 01:22:04 +0200 Subject: [PATCH] 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) (cherry picked from commit ec1e300a215504bb9905a31145924d7f3d2cb9ab) --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index e5f8eef4657..89de62673c2 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -6898,7 +6898,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. -- 2.39.2