aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/text.texi3
1 files changed, 2 insertions, 1 deletions
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}:
3663 3663
3664@defun mouse-on-link-p pos 3664@defun mouse-on-link-p pos
3665This function returns non-@code{nil} if position @var{pos} in the 3665This function returns non-@code{nil} if position @var{pos} in the
3666current buffer is on a link. 3666current buffer is on a link. @var{pos} can also be a mouse event
3667location, as returned by @code{event-start} (@pxref{Accessing Events}).
3667@end defun 3668@end defun
3668 3669
3669@node Fields 3670@node Fields