]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-language-info): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 19 Dec 1997 14:51:52 +0000 (14:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 19 Dec 1997 14:51:52 +0000 (14:51 +0000)
(input-method-inactivate-hook): Doc fix.

lisp/international/mule-cmds.el

index f7726d46905ac433b9ed6241ca0f0d7fea10b8cd..193465dbae0b9f099171edea31a99fb2b34000bb 100644 (file)
@@ -248,7 +248,7 @@ Currently, the following KEYs are used by Emacs:
 
 charset: list of symbols whose values are charsets specific to the language.
 
-coding-system: list of coding systems specific to the langauge.
+coding-system: list of coding systems specific to the language.
 
 tutorial: a tutorial file name written in the language.
 
@@ -626,7 +626,7 @@ just activated.")
   "Normal hook run just after an input method is inactivated.
 
 The variable `current-input-method' still keeps the input method name
-just inacitvated.")
+just inactivated.")
 
 (defvar input-method-after-insert-chunk-hook nil
   "Normal hook run just after an input method insert some chunk of text.")