diff options
| author | Pierre Courtieu | 2020-04-10 22:48:55 +0200 |
|---|---|---|
| committer | Pierre Courtieu | 2020-04-15 16:08:09 +0200 |
| commit | 97b8d4fcdcd67d49acd59389795fc48d9fa8f1d0 (patch) | |
| tree | a6d6cc500b048a2750b337d1cf56bf846a38c8bf /generic/proof-config.el | |
| parent | 1ef1286c43d4d099b3b017069ed09c261eb8b6ca (diff) | |
Span menu entry for proof using annotation + doc.
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 41c5e9d7..c10c0ee0 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1760,7 +1760,17 @@ This hook is used within Proof General to refresh the toolbar." ;;;;;; (defcustom proof-dependencies-system-specific nil - "doc TODO" + "Set this variable to handle system specific dependency output. +This must be a function with 1 parameter: the goalsave span of +the theorem being saved." + :type '(repeat function) + :group 'proof-shell) + +(defcustom proof-dependency-menu-system-specific nil + "Hook for system specific menu items for dependency menu. +This must be a function taking one argument: the span one which +the secific menu must be added. It must return a lit with the +same type as `proof-dependency-in-span-context-menu' returns." :type '(repeat function) :group 'proof-shell) ;;;;; |
