From faad80bfe0d719a2d987a09936bb7e0a6f0b3f11 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 23 Jul 2006 21:20:50 +0000 Subject: [PATCH] (Links and Mouse-1): For mouse-on-link-p, expand on arg POS. --- lispref/text.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/text.texi b/lispref/text.texi index fdb45eef5f2..fd521963fa0 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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 -- 2.39.2