aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-05 18:08:50 +0000
committerRichard M. Stallman1997-07-05 18:08:50 +0000
commitac4a3a2da00c2e1c8cabb5bc20f3407aad59d83c (patch)
tree478696811c19c648abbd2b474c40556e0dbf1aeb
parenta30a106b8d481116ed9fa4d6969bf41a1c663581 (diff)
downloademacs-ac4a3a2da00c2e1c8cabb5bc20f3407aad59d83c.tar.gz
emacs-ac4a3a2da00c2e1c8cabb5bc20f3407aad59d83c.zip
(help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 2 insertions, 0 deletions
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 @@
42(define-key mule-keymap "c" 'universal-coding-system-argument) 42(define-key mule-keymap "c" 'universal-coding-system-argument)
43 43
44(define-key help-map "\C-L" 'describe-language-environment) 44(define-key help-map "\C-L" 'describe-language-environment)
45(define-key help-map "L" 'describe-language-environment)
45(define-key help-map "\C-\\" 'describe-input-method) 46(define-key help-map "\C-\\" 'describe-input-method)
47(define-key help-map "I" 'describe-input-method)
46(define-key help-map "C" 'describe-coding-system) 48(define-key help-map "C" 'describe-coding-system)
47(define-key help-map "h" 'view-hello-file) 49(define-key help-map "h" 'view-hello-file)
48 50