aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/edt.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-06-29 02:19:45 +0000
committerRichard M. Stallman <[email protected]>1995-06-29 02:19:45 +0000
commita15bb73af4f2041565579f1c121e70e99155c5ef (patch)
treeeaa02ee0aa17987eff659443555e6607764f80e8 /lisp/emulation/edt.el
parent19ab8db9073ae8f060e9344a86b7a886f505588a (diff)
(edt-setup-default-bindings): Bind f1 and help like C-h.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r--lisp/emulation/edt.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 83e8b26fc4..a07c415919 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -1769,6 +1769,8 @@ If FILE is nil, try to load a default file. The default file names are
;; GOLD bindings for a few Control keys.
(edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case.
(edt-bind-gold-key "\C-h" 'help-for-help t)
+ (edt-bind-gold-key [f1] 'help-for-help t)
+ (edt-bind-gold-key [help] 'help-for-help t)
(edt-bind-gold-key "\C-\\" 'split-window-vertically t)
;; GOLD bindings for regular keys.