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:
parent
c1b32502d0
commit
c760d04023
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue