aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-12-19 14:51:52 +0000
committerKarl Heuer1997-12-19 14:51:52 +0000
commit4d0e6a116760293be10a30f7301026476bc81d45 (patch)
tree1f6da12460db7b10109d1742186492be55118e98
parent4d52438ece0e25eac120cf0d4a0a0bcaef26c5ff (diff)
downloademacs-4d0e6a116760293be10a30f7301026476bc81d45.tar.gz
emacs-4d0e6a116760293be10a30f7301026476bc81d45.zip
(set-language-info): Doc fix.
(input-method-inactivate-hook): Doc fix.
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 2 insertions, 2 deletions
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:
248 248
249charset: list of symbols whose values are charsets specific to the language. 249charset: list of symbols whose values are charsets specific to the language.
250 250
251coding-system: list of coding systems specific to the langauge. 251coding-system: list of coding systems specific to the language.
252 252
253tutorial: a tutorial file name written in the language. 253tutorial: a tutorial file name written in the language.
254 254
@@ -626,7 +626,7 @@ just activated.")
626 "Normal hook run just after an input method is inactivated. 626 "Normal hook run just after an input method is inactivated.
627 627
628The variable `current-input-method' still keeps the input method name 628The variable `current-input-method' still keeps the input method name
629just inacitvated.") 629just inactivated.")
630 630
631(defvar input-method-after-insert-chunk-hook nil 631(defvar input-method-after-insert-chunk-hook nil
632 "Normal hook run just after an input method insert some chunk of text.") 632 "Normal hook run just after an input method insert some chunk of text.")