diff options
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 |