aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-30 23:08:08 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-30 23:08:08 +0000
commit16f06a85e562411c0b36c3d162ffbe20e901a58b (patch)
tree6850d7aabde85c265221983526a8c73762ca3375 /coq/coq-syntax.el
parent360e5ff834acc02c3cd90bc392f4f7c9bca9ce99 (diff)
Fix comment
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 7e7614da..c0076e6a 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -627,8 +627,6 @@ See also `coq-prog-env' to adjust the environment."
;;; Goals (and module/sections) starters detection
-;; ----- keywords for font-lock.
-
;; FIXME da: this one function breaks the nice configuration of Proof General:
;; would like to have proof-goal-regexp instead.
;; Unfortunately Coq allows "Definition" and friends to perhaps have a goal,
@@ -749,6 +747,8 @@ Used by `coq-goal-command-p'"
)
+;; ----- keywords for font-lock.
+
(defvar coq-keywords-kill-goal
'("Abort"))