diff src/ChangeLog.7 @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents a6bf9ec37d86
children 36acd6af0772
line wrap: on
line diff
--- a/src/ChangeLog.7	Fri Jun 27 07:30:14 2008 +0000
+++ b/src/ChangeLog.7	Fri Jun 27 07:34:53 2008 +0000
@@ -124,7 +124,7 @@
 
 1998-08-13  Andrew Innes  <andrewi@harlequin.co.uk>
 
-	* w32.c (stat): Fall-back to default behaviour when we cannot get
+	* w32.c (stat): Fall-back to default behavior when we cannot get
 	accurate information on file attributes.
 
 1998-08-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
@@ -3309,17 +3309,17 @@
 
 1998-02-19  Kenichi Handa  <handa@etl.go.jp>
 
-	* buffer.c (advance_to_char_boundary): Make the behaviour
+	* buffer.c (advance_to_char_boundary): Make the behavior
 	consistent with INC_POS.
 
 	* ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P.
 
 	* charset.h (INC_POS): Use macro BASE_LEADING_CODE_P.
-	(DEC_POS): Make the behaviour consistent with INC_POS.
+	(DEC_POS): Make the behavior consistent with INC_POS.
 	(BUF_INC_POS, BUF_DEC_POS): Likewise.
 
 	* charset.c (invalid_character): New function.
-	(chars_in_text): Make the behaviour consistent with INC_POS.
+	(chars_in_text): Make the behavior consistent with INC_POS.
 	(multibyte_chars_in_text): Likewise.
 	(str_cmpchar_id): Likewise.
 	(non_ascii_char_to_string): Call invalid_character.
@@ -3368,7 +3368,7 @@
 	* search.c (search_buffer): Update POS_BYTE for regexp search.
 
 	* xdisp.c (display_text_line): Handling of a wide-column character
-	fixed.  Make the behaviour consistent with INC_POS.
+	fixed.  Make the behavior consistent with INC_POS.
 
 1998-02-18  Richard Stallman  <rms@gnu.org>