diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-12 23:48:23 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-12 23:48:23 -0800 |
commit | f6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch) | |
tree | 909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/emulation | |
parent | 1c889bf68c346fa521c09b9abd6fc225c5518654 (diff) | |
download | emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.bz2 emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.zip |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 359b3ff751d..df37157f7a9 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -1599,7 +1599,7 @@ as a Meta key and any number of multiple escapes are allowed." ;; call viper-execute-com to execute viper-exec-change, which eventually will ;; call viper-change to invoke the replace mode on the region. ;; -;; The var viper-d-com is set to (M-COM VAL COM REG INSETED-TEXT COMMAND-KEYS) +;; The var viper-d-com is set to (M-COM VAL COM REG INSERTED-TEXT COMMAND-KEYS) ;; via a call to viper-set-destructive-command, for later use by viper-repeat. (defun viper-execute-com (m-com val com) (let ((reg viper-use-register)) |