aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-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_\\)*\\)"