From: Martin Rudalics <rudalics@gmx.at>
Date: Thu, 7 Dec 2017 08:55:21 +0000 (+0100)
Subject: Fix doc-string of 'display-buffer-in-side-window'
X-Git-Tag: emacs-27.0.90~6069
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4a97b06168e71dc0543f253aefea0e6de7d706e;p=emacs.git

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.
---

diff --git a/lisp/window.el b/lisp/window.el
index b7736d85cd1..c4572106f45 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'