aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-tree.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2012-09-12 12:33:13 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2012-09-12 12:33:13 +0000
commit4bce74dd1e4682086b9497ad3577c88b4a01df0c (patch)
treeba1a22f157102cd4fc05e79c17fc5ef91a0949b6 /generic/proof-tree.el
parent1e5fcb1a36df556dc7c0b8bac2b0b36a8e8d2743 (diff)
treat #450 by requiring that proofs are started with Proof
Diffstat (limited to 'generic/proof-tree.el')
-rw-r--r--generic/proof-tree.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/generic/proof-tree.el b/generic/proof-tree.el
index 6a34d919..b73c2308 100644
--- a/generic/proof-tree.el
+++ b/generic/proof-tree.el
@@ -118,9 +118,12 @@
(defcustom proof-tree-ignored-commands-regexp nil
"Commands that should be ignored for the prooftree display.
The output of commands matching this regular expression is not
-send to prooftree. It should match commands that display
+sent to prooftree. It should match commands that display
additional information but do not make any proof progress. Leave
-at nil to act on all commands."
+at nil to act on all commands.
+
+For Coq this regular expression should contain all commands such
+as Lemma, that can start a proof."
:type '(choice regexp (const nil))
:group 'proof-tree-internals)