aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2006-02-14 16:21:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2006-02-14 16:21:04 +0000
commit97b77d0581087e465485c4049f5252949430d1c2 (patch)
treeeacbe4f9732850950efa77b8ddf9728d2afd2a44 /coq
parent51e192563696d8d7d5d69422dd0e24e6bef4ee62 (diff)
Comments
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)