Mercurial > emacs
changeset 681:026f978690be
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Jun 1992 22:58:36 +0000 |
parents | f99c8512cd41 |
children | 71f59bd24996 |
files | src/frame.c src/window.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {
--- 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\