aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.