1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix doc-string of display-buffer-in-side-window (Bug#16115).

* window.el (display-buffer-in-side-window): Fix doc-string
(Bug#16115).
This commit is contained in:
Martin Rudalics 2013-12-11 18:54:09 +01:00
parent 0cd616a2d8
commit 3c29190fbe
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2013-12-11 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-in-side-window): Fix doc-string
(Bug#16115).
2013-12-11 Juanma Barranquero <lekktu@gmail.com>
* vc/vc-git.el: Silence byte-compiler warnings.

View file

@ -807,13 +807,13 @@ SIDE. Return the new window, nil if its creation window failed."
(delete-window window)))
(defun display-buffer-in-side-window (buffer alist)
"Display BUFFER in a window on side SIDE of the selected frame.
"Display BUFFER in a side window of the selected frame.
ALIST is an association list of symbols and values. The
following symbols can be used:
following special symbols can be used in ALIST.
`side' denotes the side of the existing window where the new
window shall be located. Valid values are `bottom', `right',
`top' and `left'. The default is `bottom'.
`side' denotes the side of the frame where the new window shall
be located. Valid values are `bottom', `right', `top' and
`left'. The default is `bottom'.
`slot' if non-nil, specifies the window slot where to display
BUFFER. A value of zero or nil means use the middle slot on