summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1996-02-16 21:49:32 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1996-02-16 21:49:32 +0000
commit8188d4e19c48ed6b3f21b26b6194052a3bf057bc (patch)
tree4214f51ee635bf523d31bcd3de13b8883d2d94a5 /lisp/emulation
parentb567ea16ab1cf9bd53a00f80fb3a2e5190f72846 (diff)
downloademacs-8188d4e19c48ed6b3f21b26b6194052a3bf057bc.tar.gz
(vip-mouse-click-insert-word): fixed a typo.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-mous.el2
1 files changed, 1 insertions, 1 deletions
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))