aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-keywords.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>1999-09-26 14:51:40 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>1999-09-26 14:51:40 +0000
commit48b49eafbcdb62f2dca53d609fd71ad6d8909b9b (patch)
tree314d23e22e99f65fd69d35e7c09b6e975bd77854 /isar/isar-keywords.el
parent3ee27482c2e06ff329c8c35667e347cd2737b917 (diff)
added thms_containing, ML_setup;
Diffstat (limited to 'isar/isar-keywords.el')
-rw-r--r--isar/isar-keywords.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el
index 6194a89b..dadac654 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -35,7 +35,8 @@
"quit"
"redo"
"undo"
- "undos_proof"))
+ "undos_proof"
+ "welcome"))
(defconst isar-keywords-diag
'("ML"
@@ -58,6 +59,7 @@
"remove_thy"
"term"
"thm"
+ "thms_containing"
"touch_all_thys"
"touch_thy"
"typ"
@@ -84,7 +86,8 @@
"title"))
(defconst isar-keywords-theory-decl
- '("arities"
+ '("ML_setup"
+ "arities"
"axclass"
"axioms"
"classes"