diff options
| author | Leo Liu | 2013-11-20 10:44:38 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-11-20 10:44:38 +0800 |
| commit | f0cfa5feabab3986c002e55c1c6825f3c206d5c2 (patch) | |
| tree | 2ba19920f0932d5adc45d0af670e245df5e48fd0 /doc | |
| parent | eca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 5 |
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 @@ | |||
| 1 | 2013-11-20 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594) | ||
| 4 | |||
| 1 | 2013-11-19 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-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 |
| 1843 | Each action function is called in turn, passing the buffer as the | 1843 | Each action function is called in turn, passing the buffer as the |
| 1844 | first argument and the combined action alist as the second argument, | 1844 | first argument and the combined action alist as the second argument, |
| 1845 | until one of the functions returns non-@code{nil}. | 1845 | until one of the functions returns non-@code{nil}. The caller can |
| 1846 | pass @code{(no-display-ok . t)} as an element of the action alist to | ||
| 1847 | indicate its readiness to handle the case of not displaying the | ||
| 1848 | buffer. | ||
| 1846 | 1849 | ||
| 1847 | The argument @var{action} can also have a non-@code{nil}, non-list | 1850 | The argument @var{action} can also have a non-@code{nil}, non-list |
| 1848 | value. This has the special meaning that the buffer should be | 1851 | value. This has the special meaning that the buffer should be |