diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:02:10 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:02:10 +0000 |
commit | c760d0402381925a73235fbba7ef4cb23fde0a3c (patch) | |
tree | bf24ec122d1abdf595ec2677bf9f48257d5b4885 /lisp/emulation/viper-ex.el | |
parent | c1b32502d0ec28707e13c0b2eafecb56841c290c (diff) | |
download | emacs-c760d0402381925a73235fbba7ef4cb23fde0a3c.tar.gz |
(ex-compile-command): Fix typo.
Diffstat (limited to 'lisp/emulation/viper-ex.el')
-rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index f3de49c03d8..312357f3214 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -329,7 +329,7 @@ Don't put `-c' here, as it is added automatically." :group 'viper-ex) (defcustom ex-compile-command "make" - "The comand to run when the user types :make." + "The command to run when the user types :make." :type 'string :group 'viper-ex) |