comparison lisp/dabbrev.el @ 80926:09cf7476abec

(dabbrev-upcase-means-case-search): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 13:13:20 +0000
parents 47f2f1844e89
children b98604865ea0 31beec9ee600
comparison
equal deleted inserted replaced
80925:620f72e1264b 80926:09cf7476abec
145 (other :tag "on" t)) 145 (other :tag "on" t))
146 :group 'dabbrev) 146 :group 'dabbrev)
147 147
148 (defcustom dabbrev-upcase-means-case-search nil 148 (defcustom dabbrev-upcase-means-case-search nil
149 "*The significance of an uppercase character in an abbreviation. 149 "*The significance of an uppercase character in an abbreviation.
150 nil means case fold search when searching for possible expansions; 150 A nil value means case fold search when searching for possible expansions;
151 non-nil means case sensitive search. 151 non-nil means case sensitive search.
152 152
153 This variable has an effect only when the value of 153 This variable has an effect only when the value of
154 `dabbrev-case-fold-search' says to ignore case." 154 `dabbrev-case-fold-search' says to ignore case."
155 :type 'boolean 155 :type 'boolean