]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of display-buffer-in-side-window (Bug#16115).
authorMartin Rudalics <rudalics@gmx.at>
Wed, 11 Dec 2013 17:54:09 +0000 (18:54 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 11 Dec 2013 17:54:09 +0000 (18:54 +0100)
* window.el (display-buffer-in-side-window): Fix doc-string
(Bug#16115).

lisp/ChangeLog
lisp/window.el

index 6479e197bf7512a895ee68f03e5e5019ada53470..bb812f13adee4bbf99cfac124b9493c61191c1e5 100644 (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.
index 24fe6a2789516f9dcdc83de64820f5a669804e97..714979d8df124272788a5ae423fd3ab8abab818e 100644 (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