# HG changeset patch # User Roland McGrath # Date 727405005 0 # Node ID 7ba5cfe280ebee10f370959eb42f2f96de5b4651 # Parent fe2bebf150c7eb932425e86844254eb1597fe1f6 (Fdisplay_buffer): Doc fix. diff -r fe2bebf150c7 -r 7ba5cfe280eb src/window.c --- 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;