aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/viper-ex.el2
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