From: Eli Zaretskii Date: Sat, 25 Feb 2017 08:41:21 +0000 (+0200) Subject: ; * src/keyboard.c (Fposn_at_point): Fix last change. X-Git-Tag: emacs-25.2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1ed1525c6a6eecd243e059b461f3793b55f3ebd;p=emacs.git ; * src/keyboard.c (Fposn_at_point): Fix last change. --- diff --git a/src/keyboard.c b/src/keyboard.c index 3b6108bc99e..1b8db6ae731 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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. */)