# HG changeset patch # User Thien-Thi Nguyen # Date 1153689650 0 # Node ID 5d973bcbba355407fd95ad072a8f0cba82c14145 # Parent e345212112f0740e59e1715359bae90bac5c60d4 (Links and Mouse-1): For mouse-on-link-p, expand on arg POS. diff -r e345212112f0 -r 5d973bcbba35 lispref/text.texi --- a/lispref/text.texi Sun Jul 23 21:13:13 2006 +0000 +++ b/lispref/text.texi Sun Jul 23 21:20:50 2006 +0000 @@ -3663,7 +3663,8 @@ @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