1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.

This commit is contained in:
Thien-Thi Nguyen 2006-07-23 21:20:50 +00:00
parent 23eb76c4f7
commit faad80bfe0

View File

@ -3663,7 +3663,8 @@ a @key{Mouse-1} click shall be translated to @key{RET}:
@defun mouse-on-link-p pos
This function returns non-@code{nil} if position @var{pos} in the
current buffer is on a link.
current buffer is on a link. @var{pos} can also be a mouse event
location, as returned by @code{event-start} (@pxref{Accessing Events}).
@end defun
@node Fields