From ac4a3a2da00c2e1c8cabb5bc20f3407aad59d83c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 5 Jul 1997 18:08:50 +0000 Subject: [PATCH] (help-map): Bind I to describe-input-method. (help-map): Bind L to describe-language-environment. --- lisp/international/mule-cmds.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index bdc0028965c..e976bbe9296 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -42,7 +42,9 @@ (define-key mule-keymap "c" 'universal-coding-system-argument) (define-key help-map "\C-L" 'describe-language-environment) +(define-key help-map "L" 'describe-language-environment) (define-key help-map "\C-\\" 'describe-input-method) +(define-key help-map "I" 'describe-input-method) (define-key help-map "C" 'describe-coding-system) (define-key help-map "h" 'view-hello-file) -- 2.39.2