From: Karl Heuer Date: Fri, 19 Dec 1997 14:51:52 +0000 (+0000) Subject: (set-language-info): Doc fix. X-Git-Tag: emacs-20.3~2607 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d0e6a116760293be10a30f7301026476bc81d45;p=emacs.git (set-language-info): Doc fix. (input-method-inactivate-hook): Doc fix. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f7726d46905..193465dbae0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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.")