diff options
| author | Eli Zaretskii | 2017-02-25 10:41:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-02-25 10:41:21 +0200 |
| commit | c1ed1525c6a6eecd243e059b461f3793b55f3ebd (patch) | |
| tree | 1e33f21e1b85f913ba63a816922210167957f1dc /src | |
| parent | eed96776b1e8640cf6f77e8e3a3247dc4fa8a305 (diff) | |
| download | emacs-c1ed1525c6a6eecd243e059b461f3793b55f3ebd.tar.gz emacs-c1ed1525c6a6eecd243e059b461f3793b55f3ebd.zip | |
; * src/keyboard.c (Fposn_at_point): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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. | |||
| 10711 | Return nil if POS is not visible in WINDOW. Otherwise, | 10711 | Return nil if POS is not visible in WINDOW. Otherwise, |
| 10712 | the return value is similar to that returned by `event-start' for | 10712 | the return value is similar to that returned by `event-start' for |
| 10713 | a mouse click at the upper left corner of the glyph corresponding | 10713 | a mouse click at the upper left corner of the glyph corresponding |
| 10714 | to the POS: | 10714 | to 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)) |
| 10717 | The `posn-' functions access elements of such lists. */) | 10717 | The `posn-' functions access elements of such lists. */) |