diff options
| author | Richard M. Stallman | 1996-05-30 23:09:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-30 23:09:44 +0000 |
| commit | 5abcf43247dcd4069d3e487b1f4a5409714636d4 (patch) | |
| tree | 8445cd3fc7ea5cd5f86541439e49fc7a7f2cd006 /src/window.c | |
| parent | 1277e7a2f740f66fc489517e5b20de30f305c53f (diff) | |
| download | emacs-5abcf43247dcd4069d3e487b1f4a5409714636d4.tar.gz emacs-5abcf43247dcd4069d3e487b1f4a5409714636d4.zip | |
(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\ | |||
| 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 | { |