diff options
| author | David Aspinall | 1999-06-07 17:04:36 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-06-07 17:04:36 +0000 |
| commit | 5362a1cccca751562c5e894e9531202b8ac5a36f (patch) | |
| tree | 629ef8af9741eb1eba02c3e830dfcc37f35b780f | |
| parent | 5294bbcdaac3e2764c68f5d9fb00926838b96059 (diff) | |
Cleaned up docstrings
| -rw-r--r-- | generic/proof-config.el | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index b98c531c..c1eb69f0 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -476,14 +476,12 @@ The script buffer's comment-end is set to this string plus a space." :group 'proof-script) (defcustom proof-string-start-regexp "\"" - "Regexp which matches the start of a quoted string in the proof -assistant command language." + "Matches the start of a quoted string in the proof assistant command language." :type 'string :group 'proof-script) (defcustom proof-string-end-regexp "\"" - "Regexp which matches the end of a quoted string in the proof -assistant command language." + "Matches the end of a quoted string in the proof assistant command language." :type 'string :group 'proof-script) @@ -578,13 +576,13 @@ beginning of the entity's region." :group 'proof-script) ;; FIXME da: This next one is horrible. We clearly would rather -;; have proof-goal-regexp instead. I think this was born to -;; solve func-menu configuration for Coq (or a similar problem), -;; but now that can be configured in a better way. -;; This function variable needs removing. +;; have proof-goal-regexp instead. This was born to solve +;; problem that Coq can have goals which look like definitions, etc. +;; Perhaps we can generalise the matching to understand function +;; values as well as regexps. (defcustom proof-goal-command-p nil - "Is this a goal" + "Is this really a goal command?" :type 'function :group 'proof-script) |
