diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index ec4dee01720..2e0a813bb08 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10758,13 +10758,13 @@ The `posn-' functions access elements of such lists. */) | |||
| 10758 | } | 10758 | } |
| 10759 | 10759 | ||
| 10760 | DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0, | 10760 | DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0, |
| 10761 | doc: /* Return position information for buffer POS in WINDOW. | 10761 | doc: /* Return position information for buffer position POS in WINDOW. |
| 10762 | POS defaults to point in WINDOW; WINDOW defaults to the selected window. | 10762 | POS defaults to point in WINDOW; WINDOW defaults to the selected window. |
| 10763 | 10763 | ||
| 10764 | Return nil if position is not visible in window. Otherwise, | 10764 | Return nil if POS is not visible in WINDOW. Otherwise, |
| 10765 | the return value is similar to that returned by `event-start' for | 10765 | the return value is similar to that returned by `event-start' for |
| 10766 | a mouse click at the upper left corner of the glyph corresponding | 10766 | a mouse click at the upper left corner of the glyph corresponding |
| 10767 | to the given buffer position: | 10767 | to POS: |
| 10768 | (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) | 10768 | (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) |
| 10769 | IMAGE (DX . DY) (WIDTH . HEIGHT)) | 10769 | IMAGE (DX . DY) (WIDTH . HEIGHT)) |
| 10770 | The `posn-' functions access elements of such lists. */) | 10770 | The `posn-' functions access elements of such lists. */) |