aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorHendrik Tews2013-07-11 20:57:41 +0000
committerHendrik Tews2013-07-11 20:57:41 +0000
commit26b6db484d17eec4dfc3ab8219d16e9a9e6c8701 (patch)
treeda0c02c8fc9660b04d2ccd13cfdfb3ba076620ec /coq
parent75770f871512bc094675b472fea9d8e086360484 (diff)
fix typo and compilation
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ac5be3b9..38a5e7cc 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -26,7 +26,7 @@
(defvar string nil) ; dynamic scope in coq-insert-as stuff
(defvar coq-auto-insert-as nil) ; defpacustom
(defvar coq-time-commands nil) ; defpacustom
- (defvar use-project-file t) ; defpacustom
+ (defvar coq-use-project-file t) ; defpacustom
(defvar coq-project-filename nil) ; defpacustom
(defvar coq-use-editing-holes nil) ; defpacustom
(defvar coq-hide-additional-subgoals nil) ; defpacustom
@@ -1111,7 +1111,7 @@ Note that this may conflict with a similar configuration in a
.dir-locals.el file or local file variables (both should
overrides the the settings in _CoqProject). See
`coq-project-filename' to change the name of the project file,
-and `use-project-file' to disable this feature."
+and `coq-use-project-file' to disable this feature."
(let* ((projectbuffer-aux (coq-find-project-file))
(projectbuffer (and projectbuffer-aux (car projectbuffer-aux)))
(no-kill (and projectbuffer-aux (car (cdr projectbuffer-aux)))))