aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 3d99e727..22f521ec 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -833,6 +833,13 @@ or `proof-script-parse-function'."
"Regular expression which matches end of commands in proof script.
You should set this variable in script mode configuration.
+The end of the command is considered to be the end of the match
+of this regexp. The regexp may include a nested group, which
+can be used to recognize the start of the following command
+(or white space). If there is a nested group, the end of the
+command is considered to be the start of the nested group,
+i.e. (match-beginning 1), rather than (match-end 0).
+
To configure command recognition properly, you must set at least one
of these: `proof-script-sexp-commands', `proof-script-command-end-regexp',
`proof-script-command-start-regexp', `proof-terminal-char',