comparison src/keyboard.c @ 83157:33be94fa3695

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-394 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 Tweak arch tagging to make build/install-in-place less annoying * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397 Work around vc-arch problems when building eshell git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-197
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 11 Jun 2004 08:42:19 +0000
parents 8a11bf743e66 7e63582e48f6
children 38500c0c86ab
comparison
equal deleted inserted replaced
83156:8e09aff3715a 83157:33be94fa3695
10670 DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0, 10670 DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0,
10671 doc: /* Return position information for buffer POS in WINDOW. 10671 doc: /* Return position information for buffer POS in WINDOW.
10672 POS defaults to point in WINDOW; WINDOW defaults to the selected window. 10672 POS defaults to point in WINDOW; WINDOW defaults to the selected window.
10673 10673
10674 Return nil if position is not visible in window. Otherwise, 10674 Return nil if position is not visible in window. Otherwise,
10675 the return value is similar to that returned by event-start for 10675 the return value is similar to that returned by `event-start' for
10676 a mouse click at the upper left corner of the glyph corresponding 10676 a mouse click at the upper left corner of the glyph corresponding
10677 to the given buffer position: 10677 to the given buffer position:
10678 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) 10678 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
10679 IMAGE (DX . DY) (WIDTH . HEIGHT)) 10679 IMAGE (DX . DY) (WIDTH . HEIGHT))
10680 The `posn-' functions access elements of such lists. */*/) 10680 The `posn-' functions access elements of such lists. */*/)