diff options
| author | Juanma Barranquero | 2009-03-19 09:35:58 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-03-19 09:35:58 +0000 |
| commit | 80197a8c7829cc24520c2823c832425285c2b762 (patch) | |
| tree | 204884e1cdbfd59945adbea2cf96aa5d34987a77 | |
| parent | d507f8d743e54850885e1f946ab7ed5a007e2b7b (diff) | |
| download | emacs-80197a8c7829cc24520c2823c832425285c2b762.tar.gz emacs-80197a8c7829cc24520c2823c832425285c2b762.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 22 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c341a548bcd..e2e458edbfc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,23 +10,23 @@ | |||
| 10 | 10 | ||
| 11 | 2009-03-19 Kenichi Handa <handa@m17n.org> | 11 | 2009-03-19 Kenichi Handa <handa@m17n.org> |
| 12 | 12 | ||
| 13 | * international/quail.el (quail-update-leim-list-file): Save | 13 | * international/quail.el (quail-update-leim-list-file): |
| 14 | leim-list.el in utf-8. | 14 | Save leim-list.el in utf-8. |
| 15 | 15 | ||
| 16 | * international/mule-cmds.el (leim-list-header): Use utf-8 coding | 16 | * international/mule-cmds.el (leim-list-header): |
| 17 | tag. | 17 | Use utf-8 coding tag. |
| 18 | 18 | ||
| 19 | * term/ns-win.el: Call create-defualt-fontset, not | 19 | * term/ns-win.el: Call create-default-fontset, not |
| 20 | setup-default-fontset. Call create-fontset-from-fontset-spec | 20 | setup-default-fontset. Call create-fontset-from-fontset-spec |
| 21 | within condition-case. | 21 | within condition-case. |
| 22 | 22 | ||
| 23 | * term/w32-win.el (w32-initialize-window-system): Call | 23 | * term/w32-win.el (w32-initialize-window-system): |
| 24 | create-defualt-fontset, not setup-default-fontset. Call | 24 | Call create-default-fontset, not setup-default-fontset. |
| 25 | create-fontset-from-fontset-spec within condition-case. | 25 | Call create-fontset-from-fontset-spec within condition-case. |
| 26 | 26 | ||
| 27 | * term/x-win.el (x-initialize-window-system): Call | 27 | * term/x-win.el (x-initialize-window-system): |
| 28 | create-defualt-fontset, not setup-default-fontset. Call | 28 | Call create-default-fontset, not setup-default-fontset. |
| 29 | create-fontset-from-fontset-spec within condition-case. | 29 | Call create-fontset-from-fontset-spec within condition-case. |
| 30 | 30 | ||
| 31 | * international/fontset.el (create-default-fontset): New function. | 31 | * international/fontset.el (create-default-fontset): New function. |
| 32 | (create-fontset-from-x-resource): Use display-warning instead of | 32 | (create-fontset-from-x-resource): Use display-warning instead of |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 986c629b072..ca0a51ffe6f 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -12663,7 +12663,7 @@ | |||
| 12663 | 12663 | ||
| 12664 | * language/china-util.el (setup-chinese-gb-environment): Do not | 12664 | * language/china-util.el (setup-chinese-gb-environment): Do not |
| 12665 | call set-terminal-coding-system and set-keyboard-coding-system, | 12665 | call set-terminal-coding-system and set-keyboard-coding-system, |
| 12666 | instead call set-defualt-coding-systems. | 12666 | instead call set-default-coding-systems. |
| 12667 | (setup-chinese-big5-environment): Likewise. | 12667 | (setup-chinese-big5-environment): Likewise. |
| 12668 | (setup-chinese-cns-environment): Likewise. | 12668 | (setup-chinese-cns-environment): Likewise. |
| 12669 | 12669 | ||
| @@ -15076,7 +15076,7 @@ | |||
| 15076 | functions. | 15076 | functions. |
| 15077 | (current-input-method): Doc-string modified because the value is | 15077 | (current-input-method): Doc-string modified because the value is |
| 15078 | now input method name. | 15078 | now input method name. |
| 15079 | (defualt-input-method, previous-input-method): Likewise. | 15079 | (default-input-method, previous-input-method): Likewise. |
| 15080 | (current-input-method-title): Doc-string modified because now each | 15080 | (current-input-method-title): Doc-string modified because now each |
| 15081 | input method doesn't have to set this variable. | 15081 | input method doesn't have to set this variable. |
| 15082 | (input-method-alist): New variable. | 15082 | (input-method-alist): New variable. |