# HG changeset patch # User Richard M. Stallman # Date 868126130 0 # Node ID c8cbbd038612154046709a7bcfee52f41403596b # Parent 0e44be1e205114bfe67187b98815f0788f4d6a80 (help-map): Bind I to describe-input-method. (help-map): Bind L to describe-language-environment. diff -r 0e44be1e2051 -r c8cbbd038612 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Sat Jul 05 18:07:30 1997 +0000 +++ b/lisp/international/mule-cmds.el Sat Jul 05 18:08:50 1997 +0000 @@ -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)