emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9adfb02: Document return value of `display-buffer-i


From: Martin Rudalics
Subject: [Emacs-diffs] master 9adfb02: Document return value of `display-buffer-in-side-window'
Date: Wed, 5 Oct 2016 14:13:11 +0000 (UTC)

branch: master
commit 9adfb021df482c6aa94a043f07acf1e8eb695bf2
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Document return value of `display-buffer-in-side-window'
    
    * doc/lispref/windows.texi (Displaying Buffers in Side Windows):
    * lisp/window.el (display-buffer-in-side-window): Describe
    return value of `display-buffer-in-side-window'.
---
 doc/lispref/windows.texi |    5 ++++-
 lisp/window.el           |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 1c940dc..2d340e3 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3117,7 +3117,10 @@ specified buffer.
 
 @defun display-buffer-in-side-window buffer alist
 This function displays @var{buffer} in a side window of the selected
-frame.  @var{alist} is an association list of symbols and values as for
+frame.  It returns the window used for displaying @var{buffer},
address@hidden if no such window can be found or created.
+
address@hidden is an association list of symbols and values as for
 @code{display-buffer}.  The following symbols in @var{alist} are special
 for this function:
 
diff --git a/lisp/window.el b/lisp/window.el
index 4511267..dea0b25 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -979,8 +979,8 @@ be reused and have its `window-slot' parameter value 
accordingly
 modified.
 
 Unless `display-buffer-mark-dedicated' is non-nil, softly
-dedicate the side window used to BUFFER.  Return nil if no
-suitable window is found.
+dedicate the side window used to BUFFER.  Return the window used
+for displaying BUFFER, nil if no suitable window can be found.
 
 This function installs the `window-side' and `window-slot'
 parameters and makes them persistent.  It neither modifies ALIST



reply via email to

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