summaryrefslogtreecommitdiff
path: root/src/ChangeLog.10
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.10
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
American English spelling fix.
Diffstat (limited to 'src/ChangeLog.10')
-rw-r--r--src/ChangeLog.108
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index e166cdeb3e4..76029bd44fc 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -5561,7 +5561,7 @@
2006-01-26 Lőrentey Károly <lorentey@elte.hu>
- * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
+ * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries.
(find_field): Set before_field to after_field when pos is at BEGV.
(Fline_beginning_position, Fline_end_position):
Clarify confusing doc string.
@@ -11188,7 +11188,7 @@
2004-12-23 Jason Rumney <jasonr@gnu.org>
- * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
+ * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior
of JPEG library.
2004-12-22 Richard M. Stallman <rms@gnu.org>
@@ -16570,7 +16570,7 @@
Use non-text cursor when mouse pointer is outside editable text,
i.e. in the void after end-of-line or end-of-buffer; this was
already done for W32, but is now standard for all systems --
- user can toggle show-text-cursor-in-void to get old behaviour.
+ user can toggle show-text-cursor-in-void to get old behavior.
(syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
Vdisplay_pixels_per_inch.
@@ -20827,7 +20827,7 @@
2003-01-13 Francesco Potortì <pot@gnu.org>
* fileio.c (Fdelete_directory, Fdelete_file): Document the
- behaviour in front of symlinks.
+ behavior in front of symlinks.
(Fdelete_file): Raise an error on directories.
2003-01-13 Dave Love <fx@gnu.org>