1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(edt-setup-default-bindings): Bind f1 and help like C-h.

This commit is contained in:
Richard M. Stallman 1995-06-29 02:19:45 +00:00
parent 19ab8db907
commit a15bb73af4

View File

@ -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.