summaryrefslogtreecommitdiff
path: root/lisp/emulation/viper-ex.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-08-30 11:02:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-08-30 11:02:10 +0000
commitc760d0402381925a73235fbba7ef4cb23fde0a3c (patch)
treebf24ec122d1abdf595ec2677bf9f48257d5b4885 /lisp/emulation/viper-ex.el
parentc1b32502d0ec28707e13c0b2eafecb56841c290c (diff)
downloademacs-c760d0402381925a73235fbba7ef4cb23fde0a3c.tar.gz
(ex-compile-command): Fix typo.
Diffstat (limited to 'lisp/emulation/viper-ex.el')
-rw-r--r--lisp/emulation/viper-ex.el2
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)