# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 833497784 0
# Node ID 00619dd2f9724a3c64c61835435b368abb247805
# Parent  29ba4949d3d51578e24fb16ce4c0b81d4730563e
(Fdisplay_buffer): Doc fix.

diff -r 29ba4949d3d5 -r 00619dd2f972 src/window.c
--- a/src/window.c	Thu May 30 20:44:17 1996 +0000
+++ b/src/window.c	Thu May 30 23:09:44 1996 +0000
@@ -1999,7 +1999,11 @@
 unless the window is the selected window and the optional second\n\
 argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
 If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\
-Returns the window displaying BUFFER.")
+Returns the window displaying BUFFER.\n\
+\n\
+The variables `special-display-buffer-names', `special-display-regexps',\n\
+`same-window-buffer-names', and `same-window-regexps' customize how certain\n\
+buffer names are handled.")
   (buffer, not_this_window)
      register Lisp_Object buffer, not_this_window;
 {