diff options
| author | David Aspinall | 2002-06-08 02:14:34 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-06-08 02:14:34 +0000 |
| commit | 16334b1ccea7374256d32512c3ad587b871571f8 (patch) | |
| tree | f351b2c09b1b1a803336ef772f3d8ccb2f4200f4 /doc | |
| parent | 9e77c4e4b89719bf1bdd8b6948ee06acc5bdaeb9 (diff) | |
Update magic
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ProofGeneral.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi index a0f54ab0..125e81fa 100644 --- a/doc/ProofGeneral.texi +++ b/doc/ProofGeneral.texi @@ -3971,7 +3971,7 @@ providing the variables in @file{proof-site.el} are adjusted accordingly (see @i{Proof General site configuration} in @i{Adapting Proof General} for more details). Make sure that the @file{generic/} and assistant-specific elisp files are kept in -subdirectories (@file{coq/}, @file{isa.}, @file{lego.}) of +subdirectories (@file{coq/}, @file{isa/}, @file{lego/}) of @code{proof-home-directory} so that the autoload directory calculations are correct. @@ -3992,7 +3992,12 @@ other Emacs modes, for example @code{sml-mode} for @file{.ML} files, or Verilog mode for @file{.v} files. See @i{Proof General site configuration} in @i{Adapting Proof General}, -to find out how to disable support for provers you don't use. +for more details of how to adjust the @code{proof-assistants} setting. + +A simple alternative is to delete the relevant directories from the PG +distribution. For example, to remove support for Coq, delete +the @file{coq} directory in the Proof General home directory. + @c Via the Customize mechanism, see the menu: @c @example |
