Mercurial > emacs
changeset 18633:c8cbbd038612
(help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jul 1997 18:08:50 +0000 |
parents | 0e44be1e2051 |
children | 8b309d07a95e |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)