diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-22 03:54:52 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-22 03:54:52 +0000 |
commit | 281b9aa888f36ed4504be5776188d0dde4f7e5f7 (patch) | |
tree | 3d2a6f67e29b8fe2d1ad2d271b466306e88ea46b /lisp/emulation/vip.el | |
parent | d54d5371c1d0ad743e92c5b9c102cc59ecd34fa9 (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.el | 2 |
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 |