summaryrefslogtreecommitdiff
path: root/src/ChangeLog.7
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 07:34:53 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/ChangeLog.7
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
American English spelling fix.
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r--src/ChangeLog.710
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 8e5f480523d..f02d38459e4 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -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>