aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el12
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)
;;;;;