emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a4a97b0 2/4: Fix doc-string of 'display-buffer-in-s


From: Michael Albinus
Subject: [Emacs-diffs] master a4a97b0 2/4: Fix doc-string of 'display-buffer-in-side-window'
Date: Sat, 9 Dec 2017 05:36:07 -0500 (EST)

branch: master
commit a4a97b06168e71dc0543f253aefea0e6de7d706e
Author: Martin Rudalics <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix doc-string of 'display-buffer-in-side-window'
    
    * lisp/window.el (display-buffer-in-side-window): In doc-string
    clarify why the window returned gets dedicated to its buffer.
---
 lisp/window.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/window.el b/lisp/window.el
index b7736d8..c457210 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -1008,8 +1008,9 @@ do not permit making a new window, a suitable existing 
window may
 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 the window used
+Unless `display-buffer-mark-dedicated' is non-nil, dedicate the
+side window used to BUFFER so that it does not get reused by
+other `display-buffer' action functions.  Return the window used
 for displaying BUFFER, nil if no suitable window can be found.
 
 This function installs the `window-side' and `window-slot'



reply via email to

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