From a59f964e45c25ea15f4c42411828aaec892ad967 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 22 Aug 2010 21:29:03 +0000 Subject: Use C-c C-H for proof-help as suggested in Trac #341, since C-c h clashes with holes mode (unfortunately). --- generic/proof-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') 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 -- cgit v1.2.3