mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
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.
This commit is contained in:
parent
a1bbc49015
commit
05720162c1
1 changed files with 3 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue