summaryrefslogtreecommitdiff
path: root/admin
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 /admin
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
American English spelling fix.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/notes/multi-tty4
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 11480faa4eb..090f8c20890 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -463,7 +463,7 @@
2005-02-15 Jason Rumney <jasonr@gnu.org>
- * nt/makedist.bat: Do not rely on non-standard behaviour of
+ * nt/makedist.bat: Do not rely on non-standard behavior of
tar --exclude.
2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index c3d432d17c5..685967ca96b 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -93,7 +93,7 @@ Known problems:
emacsclient -e '(top-level)'
- Note that this (perhaps) unintuitive behaviour is by design.
+ Note that this (perhaps) unintuitive behavior is by design.
Single-kboard mode is required because of an intrinsic Emacs
limitation that is very hard to eliminate. (This limitation
is related to the single-threaded nature of Emacs.)
@@ -733,7 +733,7 @@ DIARY OF CHANGES
term_init/delete_tty. The hint was right, in a way.)
-- Issue with SIGIO: it needs to be disabled during redisplay. See if
- fcntl kernel behaviour could be emulated by emacsclient.
+ fcntl kernel behavior could be emulated by emacsclient.
(Done. Simply disabled the SIGIO emulation hack in emacsclient.)
(Update: it was added back.) (Update^2: and removed again.)