]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-posn-property): Fix typo for `event-start' in
authorDavid Kastrup <dak@gnu.org>
Thu, 21 Sep 2006 18:02:47 +0000 (18:02 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 21 Sep 2006 18:02:47 +0000 (18:02 +0000)
doc string.

lisp/ChangeLog
lisp/mouse.el

index 387a30b8ca84d221e71381a6653ba7f00d64f543..7fbff94578e33052e85ba8fcabfdfdcdb9f708e4 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-21  David Kastrup  <dak@gnu.org>
+
+       * mouse.el (mouse-posn-property): Fix typo for `event-start' in
+       doc string.
+
 2006-09-21  Kim F. Storm  <storm@cua.dk>
 
        * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
index 18b16c6460d837a05a717c5297665469b24818e1..0b6cccd86c648bb5f32a352b0d682882426e67c8 100644 (file)
@@ -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.