diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1bd8c3924a1..1abeec92367 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3437,7 +3437,7 @@ displaying BUFFER, then simply raise that frame. | |||
| 3437 | The variables `special-display-buffer-names', | 3437 | The variables `special-display-buffer-names', |
| 3438 | `special-display-regexps', `same-window-buffer-names', and | 3438 | `special-display-regexps', `same-window-buffer-names', and |
| 3439 | `same-window-regexps' customize how certain buffer names are handled. | 3439 | `same-window-regexps' customize how certain buffer names are handled. |
| 3440 | The latter two take effect only if NOT-THIS-WINDOW is t. | 3440 | The latter two take effect only if NOT-THIS-WINDOW is nil. |
| 3441 | 3441 | ||
| 3442 | If optional argument FRAME is `visible', search all visible frames. | 3442 | If optional argument FRAME is `visible', search all visible frames. |
| 3443 | If FRAME is 0, search all visible and iconified frames. | 3443 | If FRAME is 0, search all visible and iconified frames. |