aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 863cab4f..10fd3e66 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -27,8 +27,9 @@
(defcustom coq-prog-name
"coqtop"
-;; On Windows you might need something like:
+;; On Windows with latest Coq package you might need something like:
;; "C:/Program Files/Coq/bin/coqtop.opt.exe"
+;; instead of just "coqtop". See also coq-prog-env below.
"*Name of program to run as Coq."
:type 'string
:group 'coq)