aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-13 22:02:49 +0000
committerRichard M. Stallman2004-06-13 22:02:49 +0000
commite873bbf926764ada45665661c6791a46fa79d6e3 (patch)
tree8a8e5c3c38ced2db80a18d5a870648dad60cecf1
parent1d5c17c0d3f5a47b8c95552de40411519a989aaf (diff)
downloademacs-e873bbf926764ada45665661c6791a46fa79d6e3.tar.gz
emacs-e873bbf926764ada45665661c6791a46fa79d6e3.zip
Doc fixes: say "PC Selection mode", not "`pc-selection-mode'".
-rw-r--r--lisp/emulation/pc-select.el27
1 files changed, 14 insertions, 13 deletions
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index c7ea973467f..188e335687c 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -61,7 +61,7 @@
61;; Eli Barzilay (eli@cs.bgu.ac.il) suggested the sexps functions and 61;; Eli Barzilay (eli@cs.bgu.ac.il) suggested the sexps functions and
62;; keybindings. 62;; keybindings.
63;; 63;;
64;; Ok, some details about the idea of pc-selection-mode: 64;; Ok, some details about the idea of PC Selection mode:
65;; 65;;
66;; o The standard keys for moving around (right, left, up, down, home, end, 66;; o The standard keys for moving around (right, left, up, down, home, end,
67;; prior, next, called "move-keys" from now on) will always de-activate 67;; prior, next, called "move-keys" from now on) will always de-activate
@@ -114,23 +114,23 @@ This gives mostly Emacs-like behaviour with only the selection keys enabled."
114 :group 'pc-select) 114 :group 'pc-select)
115 115
116(defvar pc-select-saved-settings-alist nil 116(defvar pc-select-saved-settings-alist nil
117 "The values of the variables before `pc-selection-mode' was toggled on. 117 "The values of the variables before PC Selection mode was toggled on.
118When `pc-selection-mode' is toggled on, it sets quite a few variables 118When PC Selection mode is toggled on, it sets quite a few variables
119for its own purposes. This alist holds the original values of the 119for its own purposes. This alist holds the original values of the
120variables `pc-selection-mode' had set, so that these variables can be 120variables PC Selection mode had set, so that these variables can be
121restored to their original values when `pc-selection-mode' is toggled off.") 121restored to their original values when PC Selection mode is toggled off.")
122 122
123(defvar pc-select-map nil 123(defvar pc-select-map nil
124 "The keymap used as the global map when `pc-selection-mode' is on." ) 124 "The keymap used as the global map when PC Selection mode is on." )
125 125
126(defvar pc-select-saved-global-map nil 126(defvar pc-select-saved-global-map nil
127 "The global map that was in effect when `pc-selection-mode' was toggled on.") 127 "The global map that was in effect when PC Selection mode was toggled on.")
128 128
129(defvar pc-select-key-bindings-alist nil 129(defvar pc-select-key-bindings-alist nil
130 "This alist holds all the key bindings `pc-selection-mode' sets.") 130 "This alist holds all the key bindings PC Selection mode sets.")
131 131
132(defvar pc-select-default-key-bindings nil 132(defvar pc-select-default-key-bindings nil
133 "These key bindings always get set by `pc-selection-mode'.") 133 "These key bindings always get set by PC Selection mode.")
134 134
135(unless pc-select-default-key-bindings 135(unless pc-select-default-key-bindings
136 (let ((lst 136 (let ((lst
@@ -250,7 +250,7 @@ These key bindings get installed when running in a tty, but only if
250(defvar pc-select-old-M-delete-binding nil 250(defvar pc-select-old-M-delete-binding nil
251 "Holds the old mapping of [M-delete] in the `function-key-map'. 251 "Holds the old mapping of [M-delete] in the `function-key-map'.
252This variable holds the value associated with [M-delete] in the 252This variable holds the value associated with [M-delete] in the
253`function-key-map' before `pc-selection-mode' had changed that 253`function-key-map' before PC Selection mode had changed that
254association.") 254association.")
255 255
256;;;; 256;;;;
@@ -842,7 +842,7 @@ M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark.
842S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark 842S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark
843behind. To control whether these keys move word-wise or sexp-wise set the 843behind. To control whether these keys move word-wise or sexp-wise set the
844variable `pc-select-meta-moves-sexps' after loading pc-select.el but before 844variable `pc-select-meta-moves-sexps' after loading pc-select.el but before
845turning `pc-selection-mode' on. 845turning PC Selection mode on.
846 846
847C-DOWN and C-UP move back or forward a paragraph, disabling the mark. 847C-DOWN and C-UP move back or forward a paragraph, disabling the mark.
848S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind. 848S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind.
@@ -864,7 +864,7 @@ C-INSERT copies the region into the kill ring (`copy-region-as-kill').
864 864
865In addition, certain other PC bindings are imitated (to avoid this, set 865In addition, certain other PC bindings are imitated (to avoid this, set
866the variable `pc-select-selection-keys-only' to t after loading pc-select.el 866the variable `pc-select-selection-keys-only' to t after loading pc-select.el
867but before calling `pc-selection-mode'): 867but before calling PC Selection mode):
868 868
869 F6 other-window 869 F6 other-window
870 DELETE delete-char 870 DELETE delete-char
@@ -974,7 +974,8 @@ but before calling `pc-selection-mode'):
974Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style, 974Change mark behaviour 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.
977You must modify via \\[customize] for this variable to have an effect." 977Setting this variable directly does not take effect;
978you must modify it using \\[customize] or \\[pc-selection-mode]."
978 :set (lambda (symbol value) 979 :set (lambda (symbol value)
979 (pc-selection-mode (if value 1 -1))) 980 (pc-selection-mode (if value 1 -1)))
980 :initialize 'custom-initialize-default 981 :initialize 'custom-initialize-default