aboutsummaryrefslogtreecommitdiff
path: root/bin/proofgeneral
diff options
context:
space:
mode:
authorDavid Aspinall2008-07-19 16:10:12 +0000
committerDavid Aspinall2008-07-19 16:10:12 +0000
commit5b11bdadb77636e56dbfd632c85d443a8e8fe59d (patch)
treee63051e591c7c3f40bfd4ed2e2a89b9267b2d317 /bin/proofgeneral
parent2d36a06815bcb1868805cf7f03d2573e5ab406ab (diff)
Clarify that editing this script is expected
Diffstat (limited to 'bin/proofgeneral')
-rw-r--r--bin/proofgeneral10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral
index 1c094c68..d6892d8b 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -5,9 +5,9 @@
# Set EMACS to override choice of Emacs version
# (otherwise script chooses emacs in preference to xemacs)
#
-# PGHOME must be set to the directory where the lisp files of
-# Proof General are installed. Script checks standard locations
-# in /usr/share/emacs/site-lisp, or uses PGHOMEDEFAULT
+# PGHOME must be set to the directory where the lisp files of Proof
+# General are installed. Script checks standard locations in
+# /usr/share/emacs/site-lisp, or uses PGHOMEDEFAULT defined at top.
#
# We load ~/.proofgeneral instead of ~/.emacs if it exists.
#
@@ -17,7 +17,7 @@
#
# The default path should work if you are using the Proof General RPM
-# or unpack Proof General in your home directory.
+# or unpack Proof General in your home directory. Otherwise edit below.
# NB: no trailing backslash here!
PGHOMEDEFAULT=$HOME/ProofGeneral
@@ -36,7 +36,7 @@ if [ -d $PGHOMEDEFAULT ]; then
elif [ -d /usr/share/${EMACSVERSION}/site-lisp/proofgeneral ]; then
PGHOME=/usr/share/${EMACSVERSION}/site-lisp/proofgeneral
else
- echo "Cannot find the Proof General lisp files: please set PGHOMEDEFAULT"
+ echo "Cannot find the Proof General lisp files: please edit script to set PGHOMEDEFAULT correctly."
exit 1
fi