comparison lisp/emulation/pc-select.el @ 110494:7c4da622f181

Remove leading `*' from docs of some defcustoms etc. * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el: * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el: * international/kkc.el, international/ogonek.el, mail/feedmail.el: * net/browse-url.el, net/eudc-vars.el, net/net-utils.el: * net/rcompile.el, net/rlogin.el, textmodes/enriched.el: * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el: * textmodes/refer.el, textmodes/spell.el, textmodes/table.el: * textmodes/tex-mode.el, textmodes/two-column.el: Remove leading `*' from docs of defcustoms etc.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Sep 2010 23:42:45 -0700
parents df8e0cd18128
children 417b1e4d63cd
comparison
equal deleted inserted replaced
110493:4dea687a331f 110494:7c4da622f181
83 "Emulate pc bindings." 83 "Emulate pc bindings."
84 :prefix "pc-select" 84 :prefix "pc-select"
85 :group 'emulations) 85 :group 'emulations)
86 86
87 (defcustom pc-select-override-scroll-error t 87 (defcustom pc-select-override-scroll-error t
88 "*Non-nil means don't generate error on scrolling past edge of buffer. 88 "Non-nil means don't generate error on scrolling past edge of buffer.
89 This variable applies in PC Selection mode only. 89 This variable applies in PC Selection mode only.
90 The scroll commands normally generate an error if you try to scroll 90 The scroll commands normally generate an error if you try to scroll
91 past the top or bottom of the buffer. This is annoying when selecting 91 past the top or bottom of the buffer. This is annoying when selecting
92 text with these commands. If you set this variable to non-nil, these 92 text with these commands. If you set this variable to non-nil, these
93 errors are suppressed." 93 errors are suppressed."
96 (define-obsolete-variable-alias 'pc-select-override-scroll-error 96 (define-obsolete-variable-alias 'pc-select-override-scroll-error
97 'scroll-error-top-bottom 97 'scroll-error-top-bottom
98 "24.1") 98 "24.1")
99 99
100 (defcustom pc-select-selection-keys-only nil 100 (defcustom pc-select-selection-keys-only nil
101 "*Non-nil means only bind the basic selection keys when started. 101 "Non-nil means only bind the basic selection keys when started.
102 Other keys that emulate pc-behavior will be untouched. 102 Other keys that emulate pc-behavior will be untouched.
103 This gives mostly Emacs-like behavior with only the selection keys enabled." 103 This gives mostly Emacs-like behavior with only the selection keys enabled."
104 :type 'boolean 104 :type 'boolean
105 :group 'pc-select) 105 :group 'pc-select)
106 106
107 (defcustom pc-select-meta-moves-sexps nil 107 (defcustom pc-select-meta-moves-sexps nil
108 "*Non-nil means move sexp-wise with Meta key, otherwise move word-wise." 108 "Non-nil means move sexp-wise with Meta key, otherwise move word-wise."
109 :type 'boolean 109 :type 'boolean
110 :group 'pc-select) 110 :group 'pc-select)
111 111
112 (defcustom pc-selection-mode-hook nil 112 (defcustom pc-selection-mode-hook nil
113 "The hook to run when PC Selection mode is toggled." 113 "The hook to run when PC Selection mode is toggled."