aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-09 13:58:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-09 13:58:56 +0000
commit053e46d7841ed99a8c0de71c24b649f46fc9c5aa (patch)
tree0011d11ac5dc6e42ec1159d7cbf492b56ee47ae3 /generic/proof.el
parent0baa428da6660626d0a3617981d278b0dea24007 (diff)
Customize group name: prover-config, not proof-config.
Diffstat (limited to 'generic/proof.el')
-rw-r--r--generic/proof.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof.el b/generic/proof.el
index 167c9964..6284813b 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -227,13 +227,13 @@ No effect if proof-display-splash is nil."
;; The reason is that saving these customizations across a session is
;; not liable to work, because the prover specific elisp usually
;; overrides with a series of setq's in <assistant>-mode-config type
-;; functions. This is why proof-config appears under the
+;; functions. This is why prover-config appears under the
;; proof-internal group.
;;
;;
;; The Customization menus would be nicer if the variables in
-;; proof-config group were uniformly renamed proof-config-*
+;; prover-config group were uniformly renamed prover-config-*
;; (and similarly for other variables/groups). But it's
;; somewhat of a horror in the code?
@@ -404,7 +404,7 @@ This is used to handle nested goals allowed by some provers."
(defgroup proof-shell nil
"Settings for output from the proof assistant in the proof shell."
- :group 'proof-config)
+ :group 'prover-config)
;;
;; Hooks for the proof shell