# HG changeset patch # User Richard M. Stallman # Date 707612316 0 # Node ID 026f978690be8aa1a1eeda968e3e8435fce38c45 # Parent f99c8512cd411f5a135e3413d01bb1e4656194d5 *** empty log message *** diff -r f99c8512cd41 -r 026f978690be src/frame.c --- a/src/frame.c Wed Jun 03 20:43:49 1992 +0000 +++ b/src/frame.c Wed Jun 03 22:58:36 1992 +0000 @@ -46,7 +46,7 @@ "Return non-nil if OBJECT is a screen.\n\ Value is t for a termcap screen (a character-only terminal),\n\ `x' for an Emacs screen that is really an X window.\n\ -Also see live-screen-p.") +Also see `live-screen-p'.") (object) Lisp_Object object; { diff -r f99c8512cd41 -r 026f978690be src/window.c --- a/src/window.c Wed Jun 03 20:43:49 1992 +0000 +++ b/src/window.c Wed Jun 03 22:58:36 1992 +0000 @@ -424,7 +424,7 @@ return Qnil; } -DEFUN ("window-at", Fwindow_at, Swindow_at, 1, 2, 0, +DEFUN ("window-at", Fwindow_at, Swindow_at, 2, 3, 0, "Return window containing row ROW, column COLUMN on SCREEN.\n\ If omitted, SCREEN defaults to the currently selected screen.\n\ The top left corner of the screen is considered to be row 0,\n\