comparison src/window.c @ 15306:00619dd2f972

(Fdisplay_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 May 1996 23:09:44 +0000
parents 12de7dac154b
children fcb239c22d04
comparison
equal deleted inserted replaced
15305:29ba4949d3d5 15306:00619dd2f972
1997 BUFFER can be a buffer or a buffer name.\n\ 1997 BUFFER can be a buffer or a buffer name.\n\
1998 If BUFFER is shown already in some window, just use that one,\n\ 1998 If BUFFER is shown already in some window, just use that one,\n\
1999 unless the window is the selected window and the optional second\n\ 1999 unless the window is the selected window and the optional second\n\
2000 argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ 2000 argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
2001 If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\ 2001 If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\
2002 Returns the window displaying BUFFER.") 2002 Returns the window displaying BUFFER.\n\
2003 \n\
2004 The variables `special-display-buffer-names', `special-display-regexps',\n\
2005 `same-window-buffer-names', and `same-window-regexps' customize how certain\n\
2006 buffer 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 {
2006 register Lisp_Object window, tem; 2010 register Lisp_Object window, tem;
2007 2011