aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parentada0a60d2e1b14adbe363da7be85f1fb51d78798 (diff)
downloademacs-ab17c3f26e949ede71d16587e5be6c97ac190930.tar.gz
emacs-ab17c3f26e949ede71d16587e5be6c97ac190930.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
-rw-r--r--src/window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 675407ba8ff..4652178e0ff 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -46,7 +46,7 @@ DEFUN ("screenp", Fscreenp, Sscreenp, 1, 1, 0,
46 "Return non-nil if OBJECT is a screen.\n\ 46 "Return non-nil if OBJECT is a screen.\n\
47Value is t for a termcap screen (a character-only terminal),\n\ 47Value is t for a termcap screen (a character-only terminal),\n\
48`x' for an Emacs screen that is really an X window.\n\ 48`x' for an Emacs screen that is really an X window.\n\
49Also see live-screen-p.") 49Also see `live-screen-p'.")
50 (object) 50 (object)
51 Lisp_Object object; 51 Lisp_Object object;
52{ 52{
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\