mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
*** empty log message ***
This commit is contained in:
parent
ada0a60d2e
commit
ab17c3f26e
@ -46,7 +46,7 @@ DEFUN ("screenp", Fscreenp, Sscreenp, 1, 1, 0,
|
||||
"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;
|
||||
{
|
||||
|
@ -424,7 +424,7 @@ window_from_coordinates (screen, x, y, part)
|
||||
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\
|
||||
|
Loading…
Reference in New Issue
Block a user