aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox.el')
-rw-r--r--phox/phox.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/phox/phox.el b/phox/phox.el
index c7d11ba6..07511184 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -104,8 +104,8 @@
(setq
proof-terminal-char ?\. ; ends every command
proof-script-command-end-regexp "[.]\\([ \t\n\r]\\)"
- proof-comment-start "(*"
- proof-comment-end "*)"
+ proof-script-comment-start "(*"
+ proof-script-comment-end "*)"
proof-state-command "goals."
proof-goal-command-regexp
"\\`\\(goal[ \t\n\r]\\|pro\\(p\\(osition\\)?\\|ve_claim\\)\\|lem\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?\\)"