# HG changeset patch # User Juanma Barranquero # Date 1118412652 0 # Node ID 0a2deeba6710f8c0c522dc78817a2f960e9b91c7 # Parent 411ad86176dd3114b68ec623572409598d9d3465 (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings. diff -r 411ad86176dd -r 0a2deeba6710 lisp/emulation/pc-select.el --- a/lisp/emulation/pc-select.el Fri Jun 10 14:10:21 2005 +0000 +++ b/lisp/emulation/pc-select.el Fri Jun 10 14:10:52 2005 +0000 @@ -99,7 +99,7 @@ (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 @@ ;;;###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 @@ ;;;###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;