]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdisplay_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:16:56 +0000 (17:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:16:56 +0000 (17:16 +0000)
src/ChangeLog
src/window.c

index ea241bf542d6c37e3033a5025295494d8853aea8..511a9fdaa960e6b52d61597199a5719547c67d16 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-04  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (Fdisplay_buffer): Doc fix.
+
+       * buffer.c (Fpop_to_buffer): Doc fix.
+
 2004-03-03  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
index bac6c5a7d9240edbe6b1650743d4c9f45c184547..626de53e21e8ee6f6c0f9d0b20209e04da189dd0 100644 (file)
@@ -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.