mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(mouse-posn-property): Fix typo for `event-start' in
doc string.
This commit is contained in:
parent
3e7678c825
commit
89bf250ee6
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user