changeset 102657:b8f0ba733f16

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 Mar 2009 09:35:58 +0000
parents ffa382f6551e
children 3bd929838554
files lisp/ChangeLog lisp/ChangeLog.7
diffstat 2 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 19 06:51:07 2009 +0000
+++ b/lisp/ChangeLog	Thu Mar 19 09:35:58 2009 +0000
@@ -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/mule-cmds.el (leim-list-header): Use utf-8 coding
-	tag.
-
-	* term/ns-win.el: Call create-defualt-fontset, not
+	* 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.
+
+	* 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/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/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-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
--- a/lisp/ChangeLog.7	Thu Mar 19 06:51:07 2009 +0000
+++ b/lisp/ChangeLog.7	Thu Mar 19 09:35:58 2009 +0000
@@ -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.