aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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.
10711Return nil if POS is not visible in WINDOW. Otherwise, 10711Return nil if POS is not visible in WINDOW. Otherwise,
10712the return value is similar to that returned by `event-start' for 10712the return value is similar to that returned by `event-start' for
10713a mouse click at the upper left corner of the glyph corresponding 10713a mouse click at the upper left corner of the glyph corresponding
10714to the POS: 10714to POS:
10715 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) 10715 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
10716 IMAGE (DX . DY) (WIDTH . HEIGHT)) 10716 IMAGE (DX . DY) (WIDTH . HEIGHT))
10717The `posn-' functions access elements of such lists. */) 10717The `posn-' functions access elements of such lists. */)