diff options
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. |