diff options
| author | Karl Heuer | 1997-12-19 14:51:52 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-12-19 14:51:52 +0000 |
| commit | 4d0e6a116760293be10a30f7301026476bc81d45 (patch) | |
| tree | 1f6da12460db7b10109d1742186492be55118e98 | |
| parent | 4d52438ece0e25eac120cf0d4a0a0bcaef26c5ff (diff) | |
| download | emacs-4d0e6a116760293be10a30f7301026476bc81d45.tar.gz emacs-4d0e6a116760293be10a30f7301026476bc81d45.zip | |
(set-language-info): Doc fix.
(input-method-inactivate-hook): Doc fix.
| -rw-r--r-- | lisp/international/mule-cmds.el | 4 |
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 | ||
| 249 | charset: list of symbols whose values are charsets specific to the language. | 249 | charset: list of symbols whose values are charsets specific to the language. |
| 250 | 250 | ||
| 251 | coding-system: list of coding systems specific to the langauge. | 251 | coding-system: list of coding systems specific to the language. |
| 252 | 252 | ||
| 253 | tutorial: a tutorial file name written in the language. | 253 | tutorial: 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 | ||
| 628 | The variable `current-input-method' still keeps the input method name | 628 | The variable `current-input-method' still keeps the input method name |
| 629 | just inacitvated.") | 629 | just 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.") |