emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 c1ed152 2/2: ; * src/keyboard.c (Fposn_at_point):


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 c1ed152 2/2: ; * src/keyboard.c (Fposn_at_point): Fix last change.
Date: Sat, 25 Feb 2017 03:42:26 -0500 (EST)

branch: emacs-25
commit c1ed1525c6a6eecd243e059b461f3793b55f3ebd
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/keyboard.c (Fposn_at_point): Fix last change.
---
 src/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 3b6108b..1b8db6a 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.  */)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]