diff options
| author | Richard M. Stallman | 1992-06-03 22:58:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-06-03 22:58:36 +0000 |
| commit | ab17c3f26e949ede71d16587e5be6c97ac190930 (patch) | |
| tree | 2ae303d3fb42ed7150e4ab3ea484dfb974f1a692 /src | |
| parent | ada0a60d2e1b14adbe363da7be85f1fb51d78798 (diff) | |
| download | emacs-ab17c3f26e949ede71d16587e5be6c97ac190930.tar.gz emacs-ab17c3f26e949ede71d16587e5be6c97ac190930.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 | ||||
| -rw-r--r-- | src/window.c | 2 |
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\ |
| 47 | Value is t for a termcap screen (a character-only terminal),\n\ | 47 | Value 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\ |
| 49 | Also see live-screen-p.") | 49 | Also 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 | ||
| 427 | DEFUN ("window-at", Fwindow_at, Swindow_at, 1, 2, 0, | 427 | DEFUN ("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\ |
| 429 | If omitted, SCREEN defaults to the currently selected screen.\n\ | 429 | If omitted, SCREEN defaults to the currently selected screen.\n\ |
| 430 | The top left corner of the screen is considered to be row 0,\n\ | 430 | The top left corner of the screen is considered to be row 0,\n\ |