aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-05 22:43:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-05 22:43:18 +0000
commit24b42472c17dc146dcd370310bf210d7bacd79e0 (patch)
tree1c0b69ece610e18af5afba8a7f71f37a416e0498 /generic
parentc5dc71bcd0d2a493fac920f521415190df91b0e5 (diff)
Doc generalisation of proof-script-command-end-regexp.
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',