From a15bb73af4f2041565579f1c121e70e99155c5ef Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Jun 1995 02:19:45 +0000 Subject: [PATCH] (edt-setup-default-bindings): Bind f1 and help like C-h. --- lisp/emulation/edt.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 83e8b26fc4e..a07c4159190 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. -- 2.39.2