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: Utkarsh Singh
Subject: bug#47950: [PATCH] display-buffer: fix info node link
Date: Thu, 22 Apr 2021 17:16:51 +0530

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





reply via email to

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