Mercurial > emacs
changeset 1805:7ba5cfe280eb
(Fdisplay_buffer): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 19 Jan 1993 00:56:45 +0000 |
parents | fe2bebf150c7 |
children | da47cfb7624e |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;