diff options
| author | Richard M. Stallman | 2004-03-04 17:16:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-03-04 17:16:56 +0000 |
| commit | 9a7e95f339c5e549e0fc4d928ed07b99486f945e (patch) | |
| tree | 0d2f3f60352aef40b21c19f90b650886ef9057ab /src/window.c | |
| parent | ae47339f7153f9ba2e8dfbbb8e1032f9f7979a77 (diff) | |
| download | emacs-9a7e95f339c5e549e0fc4d928ed07b99486f945e.tar.gz emacs-9a7e95f339c5e549e0fc4d928ed07b99486f945e.zip | |
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index bac6c5a7d92..626de53e21e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3268,9 +3268,10 @@ Returns the window displaying BUFFER. | |||
| 3268 | If `display-buffer-reuse-frames' is non-nil, and another frame is currently | 3268 | If `display-buffer-reuse-frames' is non-nil, and another frame is currently |
| 3269 | displaying BUFFER, then simply raise that frame. | 3269 | displaying BUFFER, then simply raise that frame. |
| 3270 | 3270 | ||
| 3271 | The variables `special-display-buffer-names', `special-display-regexps', | 3271 | The variables `special-display-buffer-names', |
| 3272 | `same-window-buffer-names', and `same-window-regexps' customize how certain | 3272 | `special-display-regexps', `same-window-buffer-names', and |
| 3273 | buffer names are handled. | 3273 | `same-window-regexps' customize how certain buffer names are handled. |
| 3274 | The latter two take effect only if NOT-THIS-WINDOW is t. | ||
| 3274 | 3275 | ||
| 3275 | If optional argument FRAME is `visible', search all visible frames. | 3276 | If optional argument FRAME is `visible', search all visible frames. |
| 3276 | If FRAME is 0, search all visible and iconified frames. | 3277 | If FRAME is 0, search all visible and iconified frames. |