diff options
| author | Roland McGrath | 1993-01-19 00:56:45 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-01-19 00:56:45 +0000 |
| commit | 46d3268aa2fd112d7f1768e01d70569dd3cd7f71 (patch) | |
| tree | e151850b49fb1ace6c3d91152affe5d8f312bfd1 | |
| parent | 3a65941e41fb91642792e02b6f284dcb0cca030b (diff) | |
| download | emacs-46d3268aa2fd112d7f1768e01d70569dd3cd7f71.tar.gz emacs-46d3268aa2fd112d7f1768e01d70569dd3cd7f71.zip | |
(Fdisplay_buffer): Doc fix.
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 26c589b0152..a14599bf786 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1585,7 +1585,7 @@ DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2, | |||
| 1585 | BUFFER can be a buffer or a buffer name.\n\ | 1585 | BUFFER can be a buffer or a buffer name.\n\ |
| 1586 | If BUFFER is shown already in some window, just use that one,\n\ | 1586 | If BUFFER is shown already in some window, just use that one,\n\ |
| 1587 | unless the window is the selected window and the optional second\n\ | 1587 | unless the window is the selected window and the optional second\n\ |
| 1588 | argument NOT_THIS_WINDOW is non-nil.\n\ | 1588 | argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ |
| 1589 | Returns the window displaying BUFFER.") | 1589 | Returns the window displaying BUFFER.") |
| 1590 | (buffer, not_this_window) | 1590 | (buffer, not_this_window) |
| 1591 | register Lisp_Object buffer, not_this_window; | 1591 | register Lisp_Object buffer, not_this_window; |