aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 07:34:53 +0000
committerGlenn Morris2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/emulation
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip
American English spelling fix.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/emulation/pc-select.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 9047b6473a5..8a366a25d75 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -63,7 +63,7 @@
63;; - press the prefix key and the following key within 0.2 seconds, or 63;; - press the prefix key and the following key within 0.2 seconds, or
64;; - use the SHIFT key with the prefix key, i.e. C-X or C-C 64;; - use the SHIFT key with the prefix key, i.e. C-X or C-C
65;; 65;;
66;; This behaviour can be customized via the 66;; This behavior can be customized via the
67;; cua-prefix-override-inhibit-delay variable. 67;; cua-prefix-override-inhibit-delay variable.
68 68
69;; In addition to using the shifted movement keys, you can also use 69;; In addition to using the shifted movement keys, you can also use
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index 9400c37ceed..bb977cc3802 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -30,7 +30,7 @@
30;; programs (which is the same as the MAC gui and (sorry for that) MS-Windows). 30;; programs (which is the same as the MAC gui and (sorry for that) MS-Windows).
31;; It modifies the keybindings of the cursor keys and the next, prior, 31;; It modifies the keybindings of the cursor keys and the next, prior,
32;; home and end keys. They will modify mark-active. 32;; home and end keys. They will modify mark-active.
33;; You can still get the old behaviour of cursor moving with the 33;; You can still get the old behavior of cursor moving with the
34;; control sequences C-f, C-b, etc. 34;; control sequences C-f, C-b, etc.
35;; This package uses transient-mark-mode and 35;; This package uses transient-mark-mode and
36;; delete-selection-mode. 36;; delete-selection-mode.
@@ -71,7 +71,7 @@
71;; which will operate on the active region 71;; which will operate on the active region
72;; It was not possible to bind them to C-v, C-x and C-c for obvious 72;; It was not possible to bind them to C-v, C-x and C-c for obvious
73;; emacs reasons. 73;; emacs reasons.
74;; They will be bound according to the "old" behaviour to S-delete (cut), 74;; They will be bound according to the "old" behavior to S-delete (cut),
75;; S-insert (paste) and C-insert (copy). These keys do the same in many 75;; S-insert (paste) and C-insert (copy). These keys do the same in many
76;; other programs. 76;; other programs.
77;; 77;;