From: Martin Rudalics Date: Wed, 11 Dec 2013 17:54:09 +0000 (+0100) Subject: Fix doc-string of display-buffer-in-side-window (Bug#16115). X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c29190fbed76238c719718c9149762bfe8fd372;p=emacs.git Fix doc-string of display-buffer-in-side-window (Bug#16115). * window.el (display-buffer-in-side-window): Fix doc-string (Bug#16115). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6479e197bf7..bb812f13ade 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-11 Martin Rudalics + + * window.el (display-buffer-in-side-window): Fix doc-string + (Bug#16115). + 2013-12-11 Juanma Barranquero * vc/vc-git.el: Silence byte-compiler warnings. diff --git a/lisp/window.el b/lisp/window.el index 24fe6a27895..714979d8df1 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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