From: Juanma Barranquero Date: Fri, 30 Aug 2002 11:02:10 +0000 (+0000) Subject: (ex-compile-command): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~13487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c760d0402381925a73235fbba7ef4cb23fde0a3c;p=emacs.git (ex-compile-command): Fix typo. --- 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)