diff options
| author | Richard M. Stallman | 2007-03-04 18:27:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-04 18:27:10 +0000 |
| commit | 3c9bbf9fa420dc44141de15e2671c9333984b9ad (patch) | |
| tree | cd4a28789a85661382b8f093f9f4a37bbb62a192 /src | |
| parent | 05b964d0c6e642b098def5b4a193434ec4766091 (diff) | |
| download | emacs-3c9bbf9fa420dc44141de15e2671c9333984b9ad.tar.gz emacs-3c9bbf9fa420dc44141de15e2671c9333984b9ad.zip | |
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/window.c b/src/window.c index d54b55d87b9..a12f77642dd 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3612,11 +3612,12 @@ The variables `special-display-buffer-names', | |||
| 3612 | `same-window-regexps' customize how certain buffer names are handled. | 3612 | `same-window-regexps' customize how certain buffer names are handled. |
| 3613 | The latter two take effect only if NOT-THIS-WINDOW is nil. | 3613 | The latter two take effect only if NOT-THIS-WINDOW is nil. |
| 3614 | 3614 | ||
| 3615 | If optional argument FRAME is `visible', search all visible frames. | 3615 | If optional argument FRAME is `visible', check all visible frames |
| 3616 | If FRAME is 0, search all visible and iconified frames. | 3616 | for a window to use. |
| 3617 | If FRAME is t, search all frames. | 3617 | If FRAME is 0, check all visible and iconified frames. |
| 3618 | If FRAME is a frame, search only that frame. | 3618 | If FRAME is t, check all frames. |
| 3619 | If FRAME is nil, search only the selected frame | 3619 | If FRAME is a frame, check only that frame. |
| 3620 | If FRAME is nil, check only the selected frame | ||
| 3620 | (actually the last nonminibuffer frame), | 3621 | (actually the last nonminibuffer frame), |
| 3621 | unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil, | 3622 | unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil, |
| 3622 | which means search visible and iconified frames. | 3623 | which means search visible and iconified frames. |