Changeset 4131 for trunk/lisp/mouse.el
- Timestamp:
- 2006年07月29日 07時48分34秒 (2 years ago)
- Files:
-
- trunk/lisp/mouse.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/mouse.el
r4098 r4131 778 778 (defun mouse-on-link-p (pos) 779 779 "Return non-nil if POS is on a link in the current buffer. 780 POS must be a buffer position in the current buffer or a nmouse781 event location in the selected window , see `event-start'.780 POS must be a buffer position in the current buffer or a mouse 781 event location in the selected window (see `event-start'). 782 782 However, if `mouse-1-click-in-non-selected-windows' is non-nil, 783 783 POS may be a mouse event location in any window. … … 799 799 - If the value is a function, FUNC, POS is inside a link if 800 800 the call \(FUNC POS) returns non-nil. Return the return value 801 from that call. Arg is \(posn-point POS) if POS is a mouse event ,801 from that call. Arg is \(posn-point POS) if POS is a mouse event. 802 802 803 803 - Otherwise, return the value itself.
