aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeo Liu2013-11-20 10:44:38 +0800
committerLeo Liu2013-11-20 10:44:38 +0800
commitf0cfa5feabab3986c002e55c1c6825f3c206d5c2 (patch)
tree2ba19920f0932d5adc45d0af670e245df5e48fd0 /doc
parenteca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (diff)
downloademacs-f0cfa5feabab3986c002e55c1c6825f3c206d5c2.tar.gz
emacs-f0cfa5feabab3986c002e55c1c6825f3c206d5c2.zip
* doc/lispref/windows.texi (Choosing Window): Mention `no-display-ok'.
* etc/NEWS: Mention new display action alist entry `no-display-ok'. (Bug#13594) * lisp/window.el (display-buffer-alist): Doc fix. (Bug#13594)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/windows.texi5
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index e298f79d1c0..16ee55a173c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-11-20 Leo Liu <sdl.web@gmail.com>
2
3 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
4
12013-11-19 Xue Fuqiao <xfq.free@gmail.com> 52013-11-19 Xue Fuqiao <xfq.free@gmail.com>
2 6
3 * os.texi (File Notifications): Add an index. 7 * os.texi (File Notifications): Add an index.
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 13c9ca53222..8f592dfebb3 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1842,7 +1842,10 @@ The constant @code{display-buffer-fallback-action}.
1842@noindent 1842@noindent
1843Each action function is called in turn, passing the buffer as the 1843Each action function is called in turn, passing the buffer as the
1844first argument and the combined action alist as the second argument, 1844first argument and the combined action alist as the second argument,
1845until one of the functions returns non-@code{nil}. 1845until one of the functions returns non-@code{nil}. The caller can
1846pass @code{(no-display-ok . t)} as an element of the action alist to
1847indicate its readiness to handle the case of not displaying the
1848buffer.
1846 1849
1847The argument @var{action} can also have a non-@code{nil}, non-list 1850The argument @var{action} can also have a non-@code{nil}, non-list
1848value. This has the special meaning that the buffer should be 1851value. This has the special meaning that the buffer should be