Fix typos.
This commit is contained in:
parent
d507f8d743
commit
80197a8c78
2 changed files with 13 additions and 13 deletions
|
|
@ -10,23 +10,23 @@
|
|||
|
||||
2009-03-19 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/quail.el (quail-update-leim-list-file): Save
|
||||
leim-list.el in utf-8.
|
||||
* international/quail.el (quail-update-leim-list-file):
|
||||
Save leim-list.el in utf-8.
|
||||
|
||||
* international/mule-cmds.el (leim-list-header): Use utf-8 coding
|
||||
tag.
|
||||
* international/mule-cmds.el (leim-list-header):
|
||||
Use utf-8 coding tag.
|
||||
|
||||
* term/ns-win.el: Call create-defualt-fontset, not
|
||||
* term/ns-win.el: Call create-default-fontset, not
|
||||
setup-default-fontset. Call create-fontset-from-fontset-spec
|
||||
within condition-case.
|
||||
|
||||
* term/w32-win.el (w32-initialize-window-system): Call
|
||||
create-defualt-fontset, not setup-default-fontset. Call
|
||||
create-fontset-from-fontset-spec within condition-case.
|
||||
* term/w32-win.el (w32-initialize-window-system):
|
||||
Call create-default-fontset, not setup-default-fontset.
|
||||
Call create-fontset-from-fontset-spec within condition-case.
|
||||
|
||||
* term/x-win.el (x-initialize-window-system): Call
|
||||
create-defualt-fontset, not setup-default-fontset. Call
|
||||
create-fontset-from-fontset-spec within condition-case.
|
||||
* term/x-win.el (x-initialize-window-system):
|
||||
Call create-default-fontset, not setup-default-fontset.
|
||||
Call create-fontset-from-fontset-spec within condition-case.
|
||||
|
||||
* international/fontset.el (create-default-fontset): New function.
|
||||
(create-fontset-from-x-resource): Use display-warning instead of
|
||||
|
|
|
|||
|
|
@ -12663,7 +12663,7 @@
|
|||
|
||||
* language/china-util.el (setup-chinese-gb-environment): Do not
|
||||
call set-terminal-coding-system and set-keyboard-coding-system,
|
||||
instead call set-defualt-coding-systems.
|
||||
instead call set-default-coding-systems.
|
||||
(setup-chinese-big5-environment): Likewise.
|
||||
(setup-chinese-cns-environment): Likewise.
|
||||
|
||||
|
|
@ -15076,7 +15076,7 @@
|
|||
functions.
|
||||
(current-input-method): Doc-string modified because the value is
|
||||
now input method name.
|
||||
(defualt-input-method, previous-input-method): Likewise.
|
||||
(default-input-method, previous-input-method): Likewise.
|
||||
(current-input-method-title): Doc-string modified because now each
|
||||
input method doesn't have to set this variable.
|
||||
(input-method-alist): New variable.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue