]> code.delx.au - gnu-emacs/blobdiff - admin/notes/multi-tty
* textmodes/ispell.el (ispell-skip-region-alist):
[gnu-emacs] / admin / notes / multi-tty
index c3d432d17c5d72255b452b414e4ea17c8cf766b5..64c8a900a1ef8b9b24b9d56163e0afe40cf571f3 100644 (file)
@@ -1,6 +1,6 @@
 -*- coding: utf-8; mode: text; -*-
 
-Copyright (C) 2007, 2008  Free Software Foundation, Inc.
+Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 From README.multi-tty in the multi-tty branch.
@@ -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.)