]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of 'display-buffer-in-side-window'
authorMartin Rudalics <rudalics@gmx.at>
Thu, 7 Dec 2017 08:55:21 +0000 (09:55 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Dec 2017 10:34:43 +0000 (11:34 +0100)
* lisp/window.el (display-buffer-in-side-window): In doc-string
clarify why the window returned gets dedicated to its buffer.

lisp/window.el

index b7736d85cd1279a3fb52dbb9f7347ba71beb64ef..c4572106f4588f9244f578fad744b7c897564edb 100644 (file)
@@ -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'