]> git.eshelyaron.com Git - emacs.git/commitdiff
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 23 Jul 2006 21:20:50 +0000 (21:20 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 23 Jul 2006 21:20:50 +0000 (21:20 +0000)
lispref/text.texi

index fdb45eef5f2f392398a35b8afa3d67f357b6cc2c..fd521963fa029d4ef4a2bcd68acb2680f369cf7d 100644 (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