aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-01-18 15:03:38 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-01-18 15:03:38 +0000
commitbe494ff82987bac82e4bdd8b9033b4df291053df (patch)
treebdd89c73861bab5ce46cebd38dd243210068130a /generic/proof-config.el
parentabd3735b28f09a7e711af701c8ad0427c30f236f (diff)
- fixed compilation errors
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index cf090aa1..cb24657f 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1552,9 +1552,11 @@ if you don't need it (slight speed penalty)."
(defcustom proof-shell-extend-queue-hook nil
"Hooks run by proof-extend-queue before extending `proof-action-list'.
-Can be used to run additional actions before items are added to the queue
-\(such as recompiling required modules for Coq) or to modify the items
-that are going to be added to `proof-action-list'."
+Can be used to run additional actions before items are added to
+the queue \(such as compiling required modules for Coq) or to
+modify the items that are going to be added to
+`proof-action-list'. The items that are about to be added are
+bound to `queueitems'."
:type '(repeat function)
:group 'proof-shell)