diff options
| author | Miles Bader | 2006-05-02 05:51:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-02 05:51:52 +0000 |
| commit | fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a (patch) | |
| tree | 2a89d2d9ea2689cfe80a7618885cdd9f449761dd /src/window.c | |
| parent | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (diff) | |
| parent | 6cf93749317c2e18f850cd0f47f905895e850bfc (diff) | |
| download | emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.tar.gz emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 239-258)
- Update from CVS
- (Ffield_beginning, find_field): Undo change of 2006-04-23.
- Rcirc patch from Ryan Yeske
- Merge from gnus--rel--5.10
- Clean up lisp/gnus/ChangeLog a bit
* gnus--rel--5.10 (patch 91-98)
- Merge from emacs--devo--0
- Update from CVS
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. |