diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-30 23:09:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-30 23:09:44 +0000 |
commit | 9a6a219cfecf4489a99bf7cce50cec0d44881861 (patch) | |
tree | f3f3bada7a93f2cd8bb188df2b57e5c883bb891b /src/window.c | |
parent | d73cc0febc60f0ceafb7bd0460e8540b63979dc1 (diff) | |
download | emacs-9a6a219cfecf4489a99bf7cce50cec0d44881861.tar.gz |
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 6 |
1 files changed, 5 insertions, 1 deletions
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; { |