[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72049: [PATCH] Fix reference from buffer-stale-function docstring
From: |
Eli Zaretskii |
Subject: |
bug#72049: [PATCH] Fix reference from buffer-stale-function docstring |
Date: |
Thu, 11 Jul 2024 07:46:16 +0300 |
> Date: Thu, 11 Jul 2024 01:30:44 +0200
> From: Daniel Martín via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> Steps to reproduce the bug:
>
> - emacs -Q
> - C-h v buffer-stale-function RET
>
> Actual results:
>
> The docstring refers to old Emacs Info node "Supporting additional
> buffers".
>
> Expected results:
>
> The docstring points to Info node "Reverting", in the Elisp reference
> manual.
>
> This node was moved by commit 5fe81923e5b6dbbfb623befa12a3317a7e934a63.
>
> I’ve attached a patch that corrects the issue.
Thanks, installed on the emacs-30 release branch, and closing the bug.