diff options
| author | Martin Rudalics | 2017-12-07 09:55:21 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-12-09 11:34:43 +0100 |
| commit | a4a97b06168e71dc0543f253aefea0e6de7d706e (patch) | |
| tree | ac0fc615fb75da06809ae12ecb1de85f587b5600 | |
| parent | 9d9cbafce2d8ca00f61cc276d8a2a08c8211e82d (diff) | |
| download | emacs-a4a97b06168e71dc0543f253aefea0e6de7d706e.tar.gz emacs-a4a97b06168e71dc0543f253aefea0e6de7d706e.zip | |
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.
| -rw-r--r-- | lisp/window.el | 5 |
1 files changed, 3 insertions, 2 deletions
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 | |||
| 1008 | be reused and have its `window-slot' parameter value accordingly | 1008 | be reused and have its `window-slot' parameter value accordingly |
| 1009 | modified. | 1009 | modified. |
| 1010 | 1010 | ||
| 1011 | Unless `display-buffer-mark-dedicated' is non-nil, softly | 1011 | Unless `display-buffer-mark-dedicated' is non-nil, dedicate the |
| 1012 | dedicate the side window used to BUFFER. Return the window used | 1012 | side window used to BUFFER so that it does not get reused by |
| 1013 | other `display-buffer' action functions. Return the window used | ||
| 1013 | for displaying BUFFER, nil if no suitable window can be found. | 1014 | for displaying BUFFER, nil if no suitable window can be found. |
| 1014 | 1015 | ||
| 1015 | This function installs the `window-side' and `window-slot' | 1016 | This function installs the `window-side' and `window-slot' |