emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115469: Fix doc-string of display-buffer-in-side-wi


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r115469: Fix doc-string of display-buffer-in-side-window (Bug#16115).
Date: Wed, 11 Dec 2013 17:54:40 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115469
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-11 18:54:09 +0100
message:
  Fix doc-string of display-buffer-in-side-window (Bug#16115).
  
  * window.el (display-buffer-in-side-window): Fix doc-string
  (Bug#16115).
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-11 17:10:22 +0000
+++ b/lisp/ChangeLog    2013-12-11 17:54:09 +0000
@@ -1,3 +1,8 @@
+2013-12-11  Martin Rudalics  <address@hidden>
+
+       * window.el (display-buffer-in-side-window): Fix doc-string
+       (Bug#16115).
+
 2013-12-11  Juanma Barranquero  <address@hidden>
 
        * vc/vc-git.el: Silence byte-compiler warnings.

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2013-12-03 01:19:24 +0000
+++ b/lisp/window.el    2013-12-11 17:54:09 +0000
@@ -807,13 +807,13 @@
     (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]