]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-map): Bind I to describe-input-method.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Jul 1997 18:08:50 +0000 (18:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Jul 1997 18:08:50 +0000 (18:08 +0000)
(help-map): Bind L to describe-language-environment.

lisp/international/mule-cmds.el

index bdc0028965c07c49e1c0480a2b31de065e094ac2..e976bbe9296495750624dc88d73f68828b2439ab 100644 (file)
@@ -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)