summaryrefslogtreecommitdiff
path: root/lisp/emulation/vip.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-22 03:54:52 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-22 03:54:52 +0000
commit281b9aa888f36ed4504be5776188d0dde4f7e5f7 (patch)
tree3d2a6f67e29b8fe2d1ad2d271b466306e88ea46b /lisp/emulation/vip.el
parentd54d5371c1d0ad743e92c5b9c102cc59ecd34fa9 (diff)
(vip-special-prefix-com): Use ispell-region rather than spell-region.
Diffstat (limited to 'lisp/emulation/vip.el')
-rw-r--r--lisp/emulation/vip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index b4f80a9e1e..3fff469958 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -836,7 +836,7 @@ is the name of the register for COM."
((= char ?q)
(set-mark vip-com-point)
(vip-quote-region))
- ((= char ?s) (spell-region vip-com-point (point)))))
+ ((= char ?s) (ispell-region vip-com-point (point)))))
;; undoing