]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (Fposn_at_point): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2017 08:41:21 +0000 (10:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2017 08:41:21 +0000 (10:41 +0200)
src/keyboard.c

index 3b6108bc99eb93481ec89005d302886e33291e22..1b8db6ae7316d993c33bcd3d98878805ef294188 100644 (file)
@@ -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.  */)