unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47950: [PATCH] display-buffer: fix info node link
@ 2021-04-22 11:46 Utkarsh Singh
  2021-04-22 13:52 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Utkarsh Singh @ 2021-04-22 11:46 UTC (permalink / raw)
  To: 47950

Hi,

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

-- 
Utkarsh Singh
http://utkarshsingh.xyz





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47950: [PATCH] display-buffer: fix info node link
  2021-04-22 11:46 bug#47950: [PATCH] display-buffer: fix info node link Utkarsh Singh
@ 2021-04-22 13:52 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2021-04-22 13:52 UTC (permalink / raw)
  To: Utkarsh Singh; +Cc: 47950

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 11:46 bug#47950: [PATCH] display-buffer: fix info node link Utkarsh Singh
2021-04-22 13:52 ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).