From: Richard M. Stallman Date: Thu, 4 Mar 2004 17:16:56 +0000 (+0000) Subject: (Fdisplay_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~7355 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a7e95f339c5e549e0fc4d928ed07b99486f945e;p=emacs.git (Fdisplay_buffer): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index ea241bf542d..511a9fdaa96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-03-04 Richard M. Stallman + + * window.c (Fdisplay_buffer): Doc fix. + + * buffer.c (Fpop_to_buffer): Doc fix. + 2004-03-03 Kim F. Storm * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row. 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. If `display-buffer-reuse-frames' is non-nil, and another frame is currently displaying BUFFER, then simply raise that frame. -The variables `special-display-buffer-names', `special-display-regexps', -`same-window-buffer-names', and `same-window-regexps' customize how certain -buffer names are handled. +The variables `special-display-buffer-names', +`special-display-regexps', `same-window-buffer-names', and +`same-window-regexps' customize how certain buffer names are handled. +The latter two take effect only if NOT-THIS-WINDOW is t. If optional argument FRAME is `visible', search all visible frames. If FRAME is 0, search all visible and iconified frames.