From: Richard M. Stallman Date: Thu, 30 May 1996 23:09:44 +0000 (+0000) Subject: (Fdisplay_buffer): Doc fix. X-Git-Tag: emacs-19.34~556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5abcf43247dcd4069d3e487b1f4a5409714636d4;p=emacs.git (Fdisplay_buffer): Doc fix. --- diff --git a/src/window.c b/src/window.c index 532c58c9220..50cab20e0fe 100644 --- a/src/window.c +++ b/src/window.c @@ -1999,7 +1999,11 @@ If BUFFER is shown already in some window, just use that one,\n\ 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; {