aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 20:29:25 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 20:29:25 +0000
commita7b98b6128dedc42e8f0d003bd9ef95755e9ff93 (patch)
tree9e7d924df250436aa4f225514e8678eef6f16dfd
parent27f0340ed5999e8b899f827358c4fdbb08f9dd2e (diff)
Temp hacks to get doc to build before proper commits.
-rw-r--r--generic/proof-config.el25
1 files changed, 24 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 506eb1a4..f1d91fce 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -122,7 +122,7 @@ NB: the toolbar is only available with XEmacs."
:set 'proof-set-value
:group 'proof-user-options)
-(proof-defasscustom x-symbol-enable nil
+(defcustom proof-x-symbol-enable nil
"*Whether to use x-symbol in Proof General buffers.
If you activate this variable, whether or not you get x-symbol support
depends on whether your proof assistant supports it and whether
@@ -2026,6 +2026,29 @@ If this table is empty or needs adjusting, please make changes using
:type 'file
:group 'prover-config)
+;; FIXME: temp hacks to get doc working before proper commit
+(proof-defasscustom x-symbol-enable nil
+ "*Whether to use x-symbol in Proof General buffers.
+If you activate this variable, whether or not you get x-symbol support
+depends on whether your proof assistant supports it and whether
+X-Symbol is installed in your Emacs."
+ :type 'boolean
+ :set 'proof-set-value
+ :group 'proof-user-options)
+(proof-defasscustom script-indent
+ nil
+ ;; Particular proof assistants can enable this if they feel
+ ;; confident about it. (I don't). -da
+ "*If non-nil, enable indentation code for proof scripts.
+Currently the indentation code can be rather slow for large scripts,
+and is critical on the setting of regular expressions for particular
+provers. Enable it if it works for you."
+ :type 'boolean
+ :group 'proof-user-options)
+(defalias 'defpgcustom 'proof-defasscustom)
+(defalias 'defpgdefault 'proof-defass-default)
+
+