Mercurial > emacs
diff src/window.c @ 1805:7ba5cfe280eb
(Fdisplay_buffer): Doc fix.
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Tue, 19 Jan 1993 00:56:45 +0000 |
| parents | 3062204c456d |
| children | 04fb1d3d6992 |
line wrap: on
line diff
--- a/src/window.c Sat Jan 16 06:04:16 1993 +0000 +++ b/src/window.c Tue Jan 19 00:56:45 1993 +0000 @@ -1585,7 +1585,7 @@ BUFFER can be a buffer or a buffer name.\n\ If BUFFER is shown already in some window, just use that one,\n\ unless the window is the selected window and the optional second\n\ -argument NOT_THIS_WINDOW is non-nil.\n\ +argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ Returns the window displaying BUFFER.") (buffer, not_this_window) register Lisp_Object buffer, not_this_window;
