diff options
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\ | |||
| 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 | { |