aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index e351d905..65e63b60 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -28,7 +28,7 @@ ProofGeneral guesses the version of coq by doing 'coqtop -v'." )
(defvar coq-version-is-V8-1 nil
"This variable can be set to t to force ProofGeneral to coq version
coq-8.1 (use it for coq-8.0cvs after january 2005). To do that, put
-(setq coq-version-is-V8-1 t) in your .emacs and restart emacs. This
+\(setq coq-version-is-V8-1 t) in your .emacs and restart emacs. This
variable cannot be true simultaneously with coq-version-is-V8-0. If
none of these 2 variables is set to t, then ProofGeneral guesses the
version of coq by doing 'coqtop -v'." )