emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104617: Update doc-string of display


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104617: Update doc-string of display-buffer-alist.
Date: Fri, 17 Jun 2011 18:07:55 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104617
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Fri 2011-06-17 18:07:55 +0200
message:
  Update doc-string of display-buffer-alist.
modified:
  lisp/window.el
=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-06-17 14:50:11 +0000
+++ b/lisp/window.el    2011-06-17 16:07:55 +0000
@@ -3792,6 +3792,14 @@
 
 - t to strongly dedicate the window to the buffer.
 
+A cons cell whose car is `other-window-means-other-frame' and
+whose cdr is non-nil means that you want calls of
+`display-buffer' with the second argument t or the symbol
+`other-window' to display the buffer in another frame.  This
+means, for example, that you prefer functions like
+`find-file-other-window' or `switch-to-buffer-other-window' to
+make a new frame instead of a new window on the selected frame.
+
 Usually, applications are free to override the specifiers of
 `display-buffer-alist' by passing their own specifiers as second
 argument of `display-buffer'.  For every `display-buffer-alist'


reply via email to

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