aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-17 18:07:55 +0200
committerMartin Rudalics2011-06-17 18:07:55 +0200
commit9be74fbbb94079d8a3df508a92a8540139833b78 (patch)
tree6b1e126ed8304ef167f3460fde929751af66e8f9
parentff2bc4101a77fd8710dbad5069c81805bc17f31c (diff)
downloademacs-9be74fbbb94079d8a3df508a92a8540139833b78.tar.gz
emacs-9be74fbbb94079d8a3df508a92a8540139833b78.zip
Update doc-string of display-buffer-alist.
-rw-r--r--lisp/window.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 2c38212de58..a4baf99d956 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -3792,6 +3792,14 @@ supported:
3792 3792
3793- t to strongly dedicate the window to the buffer. 3793- t to strongly dedicate the window to the buffer.
3794 3794
3795A cons cell whose car is `other-window-means-other-frame' and
3796whose cdr is non-nil means that you want calls of
3797`display-buffer' with the second argument t or the symbol
3798`other-window' to display the buffer in another frame. This
3799means, for example, that you prefer functions like
3800`find-file-other-window' or `switch-to-buffer-other-window' to
3801make a new frame instead of a new window on the selected frame.
3802
3795Usually, applications are free to override the specifiers of 3803Usually, applications are free to override the specifiers of
3796`display-buffer-alist' by passing their own specifiers as second 3804`display-buffer-alist' by passing their own specifiers as second
3797argument of `display-buffer'. For every `display-buffer-alist' 3805argument of `display-buffer'. For every `display-buffer-alist'