aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-22 21:29:03 +0000
committerDavid Aspinall2010-08-22 21:29:03 +0000
commita59f964e45c25ea15f4c42411828aaec892ad967 (patch)
tree6bf7465b4e00ea13a8f6804a8a8566e9a7ca5f64 /generic
parent28f1ec5e4b40cb3c2dc71f53ba3a4c326fa42f1e (diff)
Use C-c C-H for proof-help as suggested in Trac #341, since C-c h clashes with holes
mode (unfortunately).
Diffstat (limited to 'generic')
-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