From: David Kastrup Date: Thu, 21 Sep 2006 18:02:47 +0000 (+0000) Subject: (mouse-posn-property): Fix typo for `event-start' in X-Git-Tag: emacs-pretest-22.0.90~413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89bf250ee6e2a8a21db58b9bf807f349047b06d7;p=emacs.git (mouse-posn-property): Fix typo for `event-start' in doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 387a30b8ca8..7fbff94578e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-09-21 David Kastrup + + * mouse.el (mouse-posn-property): Fix typo for `event-start' in + doc string. + 2006-09-21 Kim F. Storm * emacs-lisp/cl.el (pushnew-internal): Remove defvar. diff --git a/lisp/mouse.el b/lisp/mouse.el index 18b16c6460d..0b6cccd86c6 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -778,7 +778,7 @@ If the click is in the echo area, display the `*Messages*' buffer." (defun mouse-posn-property (pos property) "Look for a property at click position. POS may be either a buffer position or a click position like -those returned from `start-event'. If the click position is on +those returned from `event-start'. If the click position is on a string, the text property PROPERTY is examined. If this is nil or the click is not on a string, then the corresponding buffer position is searched for PROPERTY.