bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47950: [PATCH] display-buffer: fix info node link


From: Stefan Kangas
Subject: bug#47950: [PATCH] display-buffer: fix info node link
Date: Thu, 22 Apr 2021 09:52:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

tags 47950 fixed
close 47950 28.1
thanks

Utkarsh Singh <utkarsh190601@gmail.com> writes:

> Currently display-buffer documentation is missing 'info node' keyword
> which is required to make hyperlink to info documentation.
>
> Required patch:
>
> diff --git a/lisp/window.el b/lisp/window.el
> index 071761ea50..6f73e04382 100644
> --- a/lisp/window.el
> +++ b/lisp/window.el
> @@ -7411,8 +7411,8 @@ display-buffer
>
>  Buffer display can be further customized to a very high degree;
>  the rest of this docstring explains some of the many
> -possibilities, and also see `(emacs)Window Choice' for more
> -information.
> +possibilities, and also see info node `(emacs)Window Choice' for
> +more information.
>
>  BUFFER-OR-NAME must be a buffer or a string naming a live buffer.
>  Return the window chosen for displaying that buffer, or nil if no

Thanks, pushed to master in your name as commit 47576b429d.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]