From: Richard M. Stallman Date: Sat, 5 Jul 1997 18:08:50 +0000 (+0000) Subject: (help-map): Bind I to describe-input-method. X-Git-Tag: emacs-20.1~1313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac4a3a2da00c2e1c8cabb5bc20f3407aad59d83c;p=emacs.git (help-map): Bind I to describe-input-method. (help-map): Bind L to describe-language-environment. --- 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)