diff options
| author | Thien-Thi Nguyen | 2006-07-23 21:20:50 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-07-23 21:20:50 +0000 |
| commit | faad80bfe0d719a2d987a09936bb7e0a6f0b3f11 (patch) | |
| tree | bde538ba4b5be675fb9333ce685585d14d031377 | |
| parent | 23eb76c4f7f00bb6c2b7876bf3de95a4340450ba (diff) | |
| download | emacs-faad80bfe0d719a2d987a09936bb7e0a6f0b3f11.tar.gz emacs-faad80bfe0d719a2d987a09936bb7e0a6f0b3f11.zip | |
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
| -rw-r--r-- | lispref/text.texi | 3 |
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 |
| 3665 | This function returns non-@code{nil} if position @var{pos} in the | 3665 | This function returns non-@code{nil} if position @var{pos} in the |
| 3666 | current buffer is on a link. | 3666 | current buffer is on a link. @var{pos} can also be a mouse event |
| 3667 | location, as returned by @code{event-start} (@pxref{Accessing Events}). | ||
| 3667 | @end defun | 3668 | @end defun |
| 3668 | 3669 | ||
| 3669 | @node Fields | 3670 | @node Fields |