aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-08 13:35:41 +0000
committerDavid Aspinall2000-09-08 13:35:41 +0000
commite098f0755956c40ffd43ce4aecb05501b5f987fb (patch)
treeabe479c0698d02d808f9a03503b0b2b967cd4b7c
parentbb9d29be4c70aba3c89e3cd9f87268a636d5897e (diff)
Customize always available if PG is
-rw-r--r--doc/ProofGeneral.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 3527fc1e..01574dec 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -3612,10 +3612,9 @@ General is loaded. To load it manually, type
M-x load-library RET proof RET
@end lisp
-Notice that the customization mechanism is only available in Emacs 20.x
-and XEmacs. If you cannot use customize, simply add a line like this:
+If you do not want to use customize, simply add a line like this:
@lisp
- (setq isabelle-prog-name "/usr/bin/isabelle FOL")
+ (setq coq-prog-name "/usr/bin/coqtop -emacs")
@end lisp
to your @file{.emacs} file.