# HG changeset patch # User Juanma Barranquero # Date 1030705330 0 # Node ID 4884a0e6069c467b8100e8e7be5ab1faefe8e796 # Parent ce403168d7705fdc255faed93959a77bc1381488 (ex-compile-command): Fix typo. diff -r ce403168d770 -r 4884a0e6069c lisp/emulation/viper-ex.el --- a/lisp/emulation/viper-ex.el Fri Aug 30 11:01:51 2002 +0000 +++ b/lisp/emulation/viper-ex.el Fri Aug 30 11:02:10 2002 +0000 @@ -329,7 +329,7 @@ :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)