aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Courtieu2006-01-28 14:25:04 +0000
committerPierre Courtieu2006-01-28 14:25:04 +0000
commitda363a9788ff145ed9ec5e9de455d889935dafda (patch)
tree84f5fa41864cec6baf9a17bb0c28d8fa11bafeea
parentbb41772fd7842a8b8b27113161fb0fce64c273ed (diff)
typo in coq.el for regexp of sections.
-rw-r--r--coq/coq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b22c1b91..d887fe28 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -179,11 +179,11 @@ To disable coqc being called (and use only make), set this to nil."
(proof-ids-to-regexp coq-retractable-instruct))
(defvar coq-keywords-section
- '("Section" "Module\\-+Type" "Declare\\s-+Module" "Module"))
+ '("Section" "Module\\s-+Type" "Declare\\s-+Module" "Module"))
(defvar coq-section-regexp
(concat "\\(" (proof-ids-to-regexp coq-keywords-section) "\\)")
-; "\\(\\<Section\\>\\|\\<Module\\>\\-+\\<Type\\>\\|\\<Module\\>\\)"
+; "\\(\\<Section\\>\\|\\<Module\\>\\s-+\\<Type\\>\\|\\<Module\\>\\)"
)
;; End of remove when coq > 8.0