# HG changeset patch # User Thien-Thi Nguyen # Date 1153689193 0 # Node ID e345212112f0740e59e1715359bae90bac5c60d4 # Parent 3272294d88e3b8aed1b1c336242cd5c7a48b85cf (mouse-on-link-p): Doc fix. diff -r 3272294d88e3 -r e345212112f0 lisp/mouse.el --- a/lisp/mouse.el Sat Jul 22 22:51:11 2006 +0000 +++ b/lisp/mouse.el Sun Jul 23 21:13:13 2006 +0000 @@ -777,8 +777,8 @@ (defun mouse-on-link-p (pos) "Return non-nil if POS is on a link in the current buffer. -POS must be a buffer position in the current buffer or an mouse -event location in the selected window, see `event-start'. +POS must be a buffer position in the current buffer or a mouse +event location in the selected window (see `event-start'). However, if `mouse-1-click-in-non-selected-windows' is non-nil, POS may be a mouse event location in any window. @@ -798,7 +798,7 @@ - If the value is a function, FUNC, POS is inside a link if the call \(FUNC POS) returns non-nil. Return the return value -from that call. Arg is \(posn-point POS) if POS is a mouse event, +from that call. Arg is \(posn-point POS) if POS is a mouse event. - Otherwise, return the value itself.