Mercurial > emacs
changeset 96455:c8b911c0340a
Fix typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 01 Jul 2008 03:01:12 +0000 |
parents | e52e5a0794e7 |
children | 2bcc1c8419e8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 01 03:00:46 2008 +0000 +++ b/lisp/ChangeLog Tue Jul 01 03:01:12 2008 +0000 @@ -3101,7 +3101,7 @@ (vc-at-event): New macro: run the body at the even location. (vc-dir-menu, vc-dir-toggle-mark): Use it. (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events. - * subr.el (mouse-event-p): Check if the even is mouse-related. + * subr.el (mouse-event-p): Check if the event is mouse-related. 2008-05-02 Nick Roberts <nickrob@snap.net.nz>