diff options
| author | Juanma Barranquero | 2002-08-30 11:02:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-30 11:02:10 +0000 |
| commit | c760d0402381925a73235fbba7ef4cb23fde0a3c (patch) | |
| tree | bf24ec122d1abdf595ec2677bf9f48257d5b4885 /lisp | |
| parent | c1b32502d0ec28707e13c0b2eafecb56841c290c (diff) | |
| download | emacs-c760d0402381925a73235fbba7ef4cb23fde0a3c.tar.gz emacs-c760d0402381925a73235fbba7ef4cb23fde0a3c.zip | |
(ex-compile-command): Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 329 | :group 'viper-ex) | 329 | :group 'viper-ex) |
| 330 | 330 | ||
| 331 | (defcustom ex-compile-command "make" | 331 | (defcustom ex-compile-command "make" |
| 332 | "The comand to run when the user types :make." | 332 | "The command to run when the user types :make." |
| 333 | :type 'string | 333 | :type 'string |
| 334 | :group 'viper-ex) | 334 | :group 'viper-ex) |
| 335 | 335 | ||