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

index 1ae136a067e7d9266eb7024eef20080c851bc580..2b3a9c29b7461a0064f4e40cae3bc945e102f9ed 100644 (file)
@@ -324,7 +324,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)