diff etc/NEWS @ 46989:eeab5bdaffa2

Fix typos.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Aug 2002 00:18:46 +0000
parents aeb54264d594
children 494276e37e66
line wrap: on
line diff
--- a/etc/NEWS	Wed Aug 21 00:18:05 2002 +0000
+++ b/etc/NEWS	Wed Aug 21 00:18:46 2002 +0000
@@ -710,7 +710,7 @@
 renewenvironment.
 
 **** In Makefiles, constants are tagged
-If you want the old behaviour instead, thus avoiding to increase the
+If you want the old behavior instead, thus avoiding to increase the
 size of the tags file, use the --no-globals option.
 
 **** In Prolog, etags creates tags for rules in addition to predicates.
@@ -764,7 +764,7 @@
 
 +++
 ** New user option `isearch-resume-enabled'.
-This option can be disabled, to avoid the normal behaviour of isearch
+This option can be disabled, to avoid the normal behavior of isearch
 which puts calls to `isearch-resume' in the command history.
 
 ---
@@ -1127,7 +1127,7 @@
 ** Interactive commands can be remapped through keymaps.
 
 This is an alternative to using defadvice or substitute-key-definition
-to modify the behaviour of a key binding using the normal keymap
+to modify the behavior of a key binding using the normal keymap
 binding and lookup functionality.
 
 When a key sequence is bound to a command, and that command is
@@ -3489,7 +3489,7 @@
 
 *** hl-line.el provides `hl-line-mode', a minor mode to highlight the
 current line in the current buffer.  It also provides
-`global-hl-line-mode' to provide the same behaviour in all buffers.
+`global-hl-line-mode' to provide the same behavior in all buffers.
 
 *** ansi-color.el translates ANSI terminal escapes into text-properties.
 
@@ -9606,7 +9606,7 @@
 non-nil, changes to the buffer will cause subsequent lines in the buffer to be
 refontified after lazy-lock-defer-time seconds of idle time.  If nil, then only
 the modified lines will be refontified; this is the same as the previous Lazy
-Lock mode behaviour and the behaviour of Font Lock mode.
+Lock mode behavior and the behavior of Font Lock mode.
 
 This feature is useful in modes where strings or comments can span lines.
 For example, if a string or comment terminating character is deleted, then if