aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/pc-select.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/pc-select.el')
-rw-r--r--lisp/emulation/pc-select.el6
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."
99(defcustom pc-select-selection-keys-only nil 99(defcustom pc-select-selection-keys-only nil
100 "*Non-nil means only bind the basic selection keys when started. 100 "*Non-nil means only bind the basic selection keys when started.
101Other keys that emulate pc-behavior will be untouched. 101Other keys that emulate pc-behavior will be untouched.
102This gives mostly Emacs-like behaviour with only the selection keys enabled." 102This gives mostly Emacs-like behavior with only the selection keys enabled."
103 :type 'boolean 103 :type 'boolean
104 :group 'pc-select) 104 :group 'pc-select)
105 105
@@ -825,7 +825,7 @@ If the value is non-nil, call the function MODE with an argument of
825 825
826;;;###autoload 826;;;###autoload
827(define-minor-mode pc-selection-mode 827(define-minor-mode pc-selection-mode
828 "Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. 828 "Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
829 829
830This mode enables Delete Selection mode and Transient Mark mode. 830This mode enables Delete Selection mode and Transient Mark mode.
831 831
@@ -971,7 +971,7 @@ but before calling PC Selection mode):
971;;;###autoload 971;;;###autoload
972(defcustom pc-selection-mode nil 972(defcustom pc-selection-mode nil
973 "Toggle PC Selection mode. 973 "Toggle PC Selection mode.
974Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style, 974Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style,
975and cursor movement commands. 975and cursor movement commands.
976This mode enables Delete Selection mode and Transient Mark mode. 976This mode enables Delete Selection mode and Transient Mark mode.
977Setting this variable directly does not take effect; 977Setting this variable directly does not take effect;