aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index f9073ef8..980f909c 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -105,7 +105,7 @@ without adjusting window layout."
(define-key map [(control c) (control b)] 'proof-process-buffer)
;; C-c C-c is proof-interrupt-process in universal-keys
;; C-c C-f is proof-find-theorems in universal-keys
- (define-key map [(control c) h] 'proof-help)
+ (define-key map [(control c) (control H)] 'proof-help)
;; C-c C-l is proof-layout-windows in universal-keys
;; C-c C-n is proof-assert-next-command-interactive in universal-keys
;; C-c C-o is proof-display-some-buffers in universal-keys