aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-30 23:09:44 +0000
committerRichard M. Stallman1996-05-30 23:09:44 +0000
commit5abcf43247dcd4069d3e487b1f4a5409714636d4 (patch)
tree8445cd3fc7ea5cd5f86541439e49fc7a7f2cd006 /src/window.c
parent1277e7a2f740f66fc489517e5b20de30f305c53f (diff)
downloademacs-5abcf43247dcd4069d3e487b1f4a5409714636d4.tar.gz
emacs-5abcf43247dcd4069d3e487b1f4a5409714636d4.zip
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c6
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\
1999unless the window is the selected window and the optional second\n\ 1999unless the window is the selected window and the optional second\n\
2000argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ 2000argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
2001If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\ 2001If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\
2002Returns the window displaying BUFFER.") 2002Returns the window displaying BUFFER.\n\
2003\n\
2004The variables `special-display-buffer-names', `special-display-regexps',\n\
2005`same-window-buffer-names', and `same-window-regexps' customize how certain\n\
2006buffer names are handled.")
2003 (buffer, not_this_window) 2007 (buffer, not_this_window)
2004 register Lisp_Object buffer, not_this_window; 2008 register Lisp_Object buffer, not_this_window;
2005{ 2009{