1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ex-compile-command): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-08-30 11:02:10 +00:00
parent c1b32502d0
commit c760d04023

View 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)