From 89bf250ee6e2a8a21db58b9bf807f349047b06d7 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 21 Sep 2006 18:02:47 +0000 Subject: [PATCH] (mouse-posn-property): Fix typo for `event-start' in doc string. --- lisp/ChangeLog | 5 +++++ lisp/mouse.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.2