]> git.eshelyaron.com Git - emacs.git/commitdiff
(ex-compile-command): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 11:02:10 +0000 (11:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 11:02:10 +0000 (11:02 +0000)
lisp/emulation/viper-ex.el

index f3de49c03d8ea69856c1a7592bfdac887a99f3d7..312357f321475682bf2a238f358f7e58e775dfc8 100644 (file)
@@ -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)