From aaaeaeb988028e4445a91ac60c2700ddbdf577b2 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 3 Nov 1998 14:40:24 +0000 Subject: Improved docstrings --- generic/proof-config.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generic/proof-config.el b/generic/proof-config.el index 3c90d5e9..02f2a02b 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -361,12 +361,14 @@ The script buffer's comment-end is set to this string plus a space." :group 'prover-config) (defcustom proof-save-with-hole-regexp nil - "Matches a named save command" + "Regexp which matches a command to save a named theorem. +Match number 2 should be the name of the theorem saved." :type 'regexp :group 'proof-script) (defcustom proof-goal-with-hole-regexp nil - "Matches a saved goal command" + "Regexp which matches a command used to issue and name a goal. +Match number 2 should be the name of the goal issued." :type 'regexp :group 'proof-script) -- cgit v1.2.3