aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/tools/coqdev.el
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tools/coqdev.el')
-rw-r--r--dev/tools/coqdev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tools/coqdev.el b/dev/tools/coqdev.el
index 01334690c..4252458cd 100644
--- a/dev/tools/coqdev.el
+++ b/dev/tools/coqdev.el
@@ -37,7 +37,7 @@
(when dir (expand-file-name dir))))
(defun coqdev-setup-compile-command ()
- "Setup `compilate-command' for Coq development."
+ "Setup `compile-command' for Coq development."
(let ((dir (coqdev-default-directory)))
(when dir (setq-local compile-command (concat "make -C " (shell-quote-argument dir))))))
(add-hook 'hack-local-variables-hook #'coqdev-setup-compile-command)