diff admin/notes/multi-tty @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents cac099ec0724
children ce88a631c161
line wrap: on
line diff
--- a/admin/notes/multi-tty	Fri Jun 27 07:30:14 2008 +0000
+++ b/admin/notes/multi-tty	Fri Jun 27 07:34:53 2008 +0000
@@ -93,7 +93,7 @@
 
 		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 @@
    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.)