diff nt/PROBLEMS @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children
line wrap: on
line diff
--- a/nt/PROBLEMS	Mon Aug 13 11:33:40 2007 +0200
+++ b/nt/PROBLEMS	Mon Aug 13 11:35:02 2007 +0200
@@ -87,9 +87,9 @@
 	Function	XEmacs binding
 	--------	--------------
 	Undo		C-_
-	Cut		C-Insert
-	Copy		C-Insert
-	Paste		Sh-Del
+	Cut		Sh-Del
+ 	Copy		C-Insert
+	Paste		Sh-Insert
 
 You can rebind keys to make XEmacs more Windows-compatible; for
 example, to bind C-z to undo:
@@ -99,11 +99,11 @@
 Rebindind C-x and C-c is trickier because by default these are prefix
 keys in XEmacs. See the "Key Bindings" node in the XEmacs manual.
 
-** Behaviour of selected regions
+** Behavior of selected regions
 
 Selected regions behave differently in XEmacs from typical Windows
 programs. The pc-select package provides various functions to enable
-the standard Windows behaviour for selected regions (eg mark via
+the standard Windows behavior for selected regions (eg mark via
 shift-arrow, self-inserting deletes region, etc).
 
 ** Limitations on the use of the AltGr key.