aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-syntax.el
diff options
context:
space:
mode:
authorMakarius Wenzel1999-05-27 19:24:05 +0000
committerMakarius Wenzel1999-05-27 19:24:05 +0000
commit654813cfbde23c0855f1619d5894491dc1f7eec4 (patch)
tree5748b5fca5ab3dd49407b3012432d7426add9044 /generic/proof-syntax.el
parentb50aa5058c361ac72a293c70b4ee82e7cd608279 (diff)
renamed proof-commands-regexp to proof-indent-commands-regexp, which
is less confusing);
Diffstat (limited to 'generic/proof-syntax.el')
-rw-r--r--generic/proof-syntax.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el
index d531d107..7a4a8330 100644
--- a/generic/proof-syntax.el
+++ b/generic/proof-syntax.el
@@ -56,10 +56,10 @@ nil if a region cannot be found."
;; Generic font-lock
-;; proof-commands-regexp is used for indentation
-(defvar proof-commands-regexp ""
+(defvar proof-indent-commands-regexp ""
"Subset of keywords and tacticals which are terminated by the
- `proof-terminal-char'")
+`proof-terminal-char'. Basic indentation is provided automatically
+for these.")
(defvar proof-id "\\(\\w\\(\\w\\|\\s_\\)*\\)"