diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:10:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:10:52 +0000 |
commit | ca088b04376178d1305ff9d0866c20263f4a79bf (patch) | |
tree | 6a77382fdcd0c4dd7e7f1773e1de0b83172cda7e /lisp/emulation | |
parent | 77602fc76fb66f4b162c4474874d301a1403f16c (diff) | |
download | emacs-ca088b04376178d1305ff9d0866c20263f4a79bf.tar.gz emacs-ca088b04376178d1305ff9d0866c20263f4a79bf.tar.bz2 emacs-ca088b04376178d1305ff9d0866c20263f4a79bf.zip |
(pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/pc-select.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 1221fca5199..5231abb588a 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el @@ -99,7 +99,7 @@ errors are suppressed." (defcustom pc-select-selection-keys-only nil "*Non-nil means only bind the basic selection keys when started. Other keys that emulate pc-behavior will be untouched. -This gives mostly Emacs-like behaviour with only the selection keys enabled." +This gives mostly Emacs-like behavior with only the selection keys enabled." :type 'boolean :group 'pc-select) @@ -825,7 +825,7 @@ If the value is non-nil, call the function MODE with an argument of ;;;###autoload (define-minor-mode pc-selection-mode - "Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. + "Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. This mode enables Delete Selection mode and Transient Mark mode. @@ -971,7 +971,7 @@ but before calling PC Selection mode): ;;;###autoload (defcustom pc-selection-mode nil "Toggle PC Selection mode. -Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style, +Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style, and cursor movement commands. This mode enables Delete Selection mode and Transient Mark mode. Setting this variable directly does not take effect; |