aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1992-06-03 22:58:36 +0000
committerRichard M. Stallman1992-06-03 22:58:36 +0000
commitab17c3f26e949ede71d16587e5be6c97ac190930 (patch)
tree2ae303d3fb42ed7150e4ab3ea484dfb974f1a692 /src/window.c
parentada0a60d2e1b14adbe363da7be85f1fb51d78798 (diff)
downloademacs-ab17c3f26e949ede71d16587e5be6c97ac190930.tar.gz
emacs-ab17c3f26e949ede71d16587e5be6c97ac190930.zip
*** empty log message ***
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index d53bd510c63..5f888f8a732 100644
--- a/src/window.c
+++ b/src/window.c
@@ -424,7 +424,7 @@ window_from_coordinates (screen, x, y, part)
424 return Qnil; 424 return Qnil;
425} 425}
426 426
427DEFUN ("window-at", Fwindow_at, Swindow_at, 1, 2, 0, 427DEFUN ("window-at", Fwindow_at, Swindow_at, 2, 3, 0,
428 "Return window containing row ROW, column COLUMN on SCREEN.\n\ 428 "Return window containing row ROW, column COLUMN on SCREEN.\n\
429If omitted, SCREEN defaults to the currently selected screen.\n\ 429If omitted, SCREEN defaults to the currently selected screen.\n\
430The top left corner of the screen is considered to be row 0,\n\ 430The top left corner of the screen is considered to be row 0,\n\