aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ehelp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r--lisp/ehelp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el
index e80c129d3ea..82a8e10301e 100644
--- a/lisp/ehelp.el
+++ b/lisp/ehelp.el
@@ -85,11 +85,11 @@
85 (define-key map "<" 'beginning-of-buffer) 85 (define-key map "<" 'beginning-of-buffer)
86 (define-key map ">" 'end-of-buffer) 86 (define-key map ">" 'end-of-buffer)
87 ;(define-key map "\C-g" 'electric-help-exit) 87 ;(define-key map "\C-g" 'electric-help-exit)
88 (define-key map "q" 'electric-help-exit)
89 (define-key map "Q" 'electric-help-exit) 88 (define-key map "Q" 'electric-help-exit)
89 (define-key map "q" 'electric-help-exit)
90 ;;a better key than this? 90 ;;a better key than this?
91 (define-key map "r" 'electric-help-retain)
92 (define-key map "R" 'electric-help-retain) 91 (define-key map "R" 'electric-help-retain)
92 (define-key map "r" 'electric-help-retain)
93 (define-key map "\ex" 'electric-help-execute-extended) 93 (define-key map "\ex" 'electric-help-execute-extended)
94 (define-key map "\C-x" 'electric-help-ctrl-x-prefix) 94 (define-key map "\C-x" 'electric-help-ctrl-x-prefix)
95 95