changeset 109603:d660473e004d

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 01 Aug 2010 06:37:41 +0200
parents a86a4e812897
children 43eca6c9f493
files lisp/ChangeLog.7 lisp/ChangeLog.8 src/ChangeLog
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.7	Sat Jul 31 20:38:19 2010 -0400
+++ b/lisp/ChangeLog.7	Sun Aug 01 06:37:41 2010 +0200
@@ -7738,7 +7738,7 @@
 1997-12-09  Kenichi HANDA  <handa@nora.etl.go.jp>
 
 	* language/korea-util.el (setup-korean-environment):
-	Bind C-f9 (intead of C-f10) to quail-hangul-switch-symbol-ksc.
+	Bind C-f9 (instead of C-f10) to quail-hangul-switch-symbol-ksc.
 
 	* language/korean.el: Documentation for "Korean" language
 	environment adjusted for the above change.
--- a/lisp/ChangeLog.8	Sat Jul 31 20:38:19 2010 -0400
+++ b/lisp/ChangeLog.8	Sun Aug 01 06:37:41 2010 +0200
@@ -8808,14 +8808,14 @@
 	enable-kinsoku.
 
 	* simple.el (do-auto-fill): Don't check kinsoku-enable here.
-	Don't call kinsoku directly, intead call fill-find-break-point.
+	Don't call kinsoku directly, instead call fill-find-break-point.
 
 	* textmodes/fill.el: Setup `fill-find-break-point-function'
 	property to character sets which require `kinsoku' processing for
 	filling.
 	(fill-find-break-point): New function.
 	(fill-region-as-paragraph): Don't check kinsoku-enable here.
-	Don't call kinsoku directly, intead call fill-find-break-point.
+	Don't call kinsoku directly, instead call fill-find-break-point.
 
 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
--- a/src/ChangeLog	Sat Jul 31 20:38:19 2010 -0400
+++ b/src/ChangeLog	Sun Aug 01 06:37:41 2010 +0200
@@ -21316,7 +21316,7 @@
 	* charset.c (charset_ordered_list_tick): New variable.
 	(Fdefine_charset_internal): Increment charset_ordered_list_tick.
 	(Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
-	deunify intead of unify a charset.
+	deunify instead of unify a charset.
 	(string_xstring_p): Add `const' to local variables.
 	(find_charsets_in_text): Add `const' to arguments and local variables.
 	(encode_char): Adjust for the change of Funify_charset.  Fix