From 9a7e95f339c5e549e0fc4d928ed07b99486f945e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Mar 2004 17:16:56 +0000 Subject: [PATCH] (Fdisplay_buffer): Doc fix. --- src/ChangeLog | 6 ++++++ src/window.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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. -- 2.39.5