diff options
author | David Kastrup <dak@gnu.org> | 2006-09-21 18:02:47 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2006-09-21 18:02:47 +0000 |
commit | 7eab9a586978ed0dce2bd290a148ad4f1b878d07 (patch) | |
tree | ed2e40e82938c013da3739036c9d022d6bb38752 /lisp/mouse.el | |
parent | d09cf24f458826cde86fb88699c1f4b11e532517 (diff) | |
download | emacs-7eab9a586978ed0dce2bd290a148ad4f1b878d07.tar.gz |
(mouse-posn-property): Fix typo for `event-start' in
doc string.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |