; * src/keyboard.c (Fposn_at_point): Fix last change.
This commit is contained in:
parent
eed96776b1
commit
c1ed1525c6
1 changed files with 1 additions and 1 deletions
|
@ -10711,7 +10711,7 @@ POS defaults to point in WINDOW; WINDOW defaults to the selected window.
|
|||
Return nil if POS is not visible in WINDOW. Otherwise,
|
||||
the return value is similar to that returned by `event-start' for
|
||||
a mouse click at the upper left corner of the glyph corresponding
|
||||
to the POS:
|
||||
to POS:
|
||||
(WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
|
||||
IMAGE (DX . DY) (WIDTH . HEIGHT))
|
||||
The `posn-' functions access elements of such lists. */)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue