comparison src/keyboard.c @ 56023:7e63582e48f6

(Fposn_at_point): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 11 Jun 2004 00:47:11 +0000
parents b0b446f1087b
children 343ad07ce78b 33be94fa3695
comparison
equal deleted inserted replaced
56022:e63446aad5a3 56023:7e63582e48f6
10537 DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0, 10537 DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0,
10538 doc: /* Return position information for buffer POS in WINDOW. 10538 doc: /* Return position information for buffer POS in WINDOW.
10539 POS defaults to point in WINDOW; WINDOW defaults to the selected window. 10539 POS defaults to point in WINDOW; WINDOW defaults to the selected window.
10540 10540
10541 Return nil if position is not visible in window. Otherwise, 10541 Return nil if position is not visible in window. Otherwise,
10542 the return value is similar to that returned by event-start for 10542 the return value is similar to that returned by `event-start' for
10543 a mouse click at the upper left corner of the glyph corresponding 10543 a mouse click at the upper left corner of the glyph corresponding
10544 to the given buffer position: 10544 to the given buffer position:
10545 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) 10545 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
10546 IMAGE (DX . DY) (WIDTH . HEIGHT)) 10546 IMAGE (DX . DY) (WIDTH . HEIGHT))
10547 The `posn-' functions access elements of such lists. */*/) 10547 The `posn-' functions access elements of such lists. */*/)