Mercurial > emacs
changeset 47124:4884a0e6069c
(ex-compile-command): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 30 Aug 2002 11:02:10 +0000 |
parents | ce403168d770 |
children | 8eeb03f91048 |
files | lisp/emulation/viper-ex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)