aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-22 21:25:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-22 21:25:56 +0000
commit28f1ec5e4b40cb3c2dc71f53ba3a4c326fa42f1e (patch)
tree904c6783713285ec7809a62f9b783b2e5d25a025
parentc5f42020bd597c1b37b557548dbe6c6bb331cb24 (diff)
Change binding for coq-PrintHint as suggested in Trac #341
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 2e6444c6..95c2cbb7 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1248,7 +1248,7 @@ be asked to the user."
(define-key coq-keymap [(control ?b)] 'coq-About)
(define-key coq-keymap [(control ?a)] 'coq-SearchAbout)
(define-key coq-keymap [(control ?c)] 'coq-Check)
-(define-key coq-keymap [(control ?h)] 'coq-PrintHint)
+(define-key coq-keymap [(control ?H)] 'coq-PrintHint)
(define-key coq-keymap [(control ?l)] 'coq-LocateConstant)
(define-key coq-keymap [(control ?n)] 'coq-LocateNotation)