diff options
| author | Makarius Wenzel | 1999-04-23 15:18:08 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 1999-04-23 15:18:08 +0000 |
| commit | 9bcaaf7cac9380e92d6663402d6c56bfd20fcc5b (patch) | |
| tree | 4619b54f61f2e5909dd738472303e74a8cbf3453 | |
| parent | fd4101c9830163231aadfeb18dd8fdfb7cec844d (diff) | |
added "thus", "hence";
tuned "next";
| -rw-r--r-- | isar/isar-syntax.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index 0b2dec35..6382a7f5 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -169,6 +169,7 @@ '( "qed" "proof" + "next" "end" "by" ".." @@ -181,14 +182,15 @@ (defcustom isar-keywords-commands '( "up" + "thus" "then_refine" "then" "show" "refine" "prev" "note" - "next" "let" + "hence" "have" "from" "fix" |
