Show
Ignore:
Timestamp:
2006年07月29日 07時48分34秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mouse.el

    r4098 r4131  
    778778(defun mouse-on-link-p (pos) 
    779779  "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 an mouse 
    781 event location in the selected window, see `event-start'
     780POS must be a buffer position in the current buffer or a mouse 
     781event location in the selected window (see `event-start')
    782782However, if `mouse-1-click-in-non-selected-windows' is non-nil, 
    783783POS may be a mouse event location in any window. 
     
    799799- If the value is a function, FUNC, POS is inside a link if 
    800800the 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, 
     801from that call.  Arg is \(posn-point POS) if POS is a mouse event. 
    802802 
    803803- Otherwise, return the value itself.