From: Michael Kifer Date: Fri, 16 Feb 1996 21:49:32 +0000 (+0000) Subject: (vip-mouse-click-insert-word): fixed a typo. X-Git-Tag: emacs-19.34~1274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90e9c54bb039a5838c061ca09a64271874ea916b;p=emacs.git (vip-mouse-click-insert-word): fixed a typo. --- diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index 95db8b6e27b..257c2c2cbd1 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el @@ -224,7 +224,7 @@ See `vip-surrounding-word' for the definition of a word in this case." (vip-multiclick-p) ;; This trick checks if there is a pending mouse event ;; if so, we use this latter event and discard the current mouse click - ;; If the next panding event is not a mouse event, we execute + ;; If the next pending event is not a mouse event, we execute ;; the current mouse event (progn (setq interrupting-event (vip-read-event))