aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index cefcbd39..93e54789 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -553,7 +553,8 @@ the ACS is marked in the current buffer. If CMD does not match any,
(setq nam (match-string 2 (span-property gspan 'cmd)))
;; This only works for Coq, but LEGO raises an error if
;; there's no name.
- ;; FIXME: a nonsense for Isabelle.
+ ;; FIXME da: maybe this should be prover specific: is
+ ;; "Unnamed_thm" actually a Coq identifier?
(setq nam "Unnamed_thm")))
(set-span-end gspan end)