diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-site.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el index a4b9c768..08022988 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -171,7 +171,9 @@ A list of symbols chosen from:" (apply 'concat (mapcar (lambda (astnt) (concat " '" (symbol-name (car astnt)))) proof-assistant-table)) -".\nEach proof assistant defines its own instance of Proof General, +".\nIf nil, the default will be ALL proof assistants. + +Each proof assistant defines its own instance of Proof General, providing session control, script management, etc. Proof General will be started automatically for the assistants chosen here. To avoid accidently invoking a proof assistant you don't have, |
