changeset 73042:f4f55aa95877

(mouse-posn-property): Fix typo for `event-start' in doc string.
author David Kastrup <dak@gnu.org>
date Thu, 21 Sep 2006 18:02:47 +0000
parents 08d22a3cc005
children cb4a6925cbd5
files lisp/ChangeLog lisp/mouse.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 21 16:13:02 2006 +0000
+++ b/lisp/ChangeLog	Thu Sep 21 18:02:47 2006 +0000
@@ -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.
--- a/lisp/mouse.el	Thu Sep 21 16:13:02 2006 +0000
+++ b/lisp/mouse.el	Thu Sep 21 18:02:47 2006 +0000
@@ -778,7 +778,7 @@
 (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.