comparison lisp/dabbrev.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 98c7fc5c718b
children c905fcf5e3d9 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
166 `dabbrev-case-fold-search' specifies to ignore case." 166 `dabbrev-case-fold-search' specifies to ignore case."
167 :type '(choice (const :tag "off" nil) 167 :type '(choice (const :tag "off" nil)
168 (const :tag "based on `case-replace'" case-replace) 168 (const :tag "based on `case-replace'" case-replace)
169 (other :tag "on" t)) 169 (other :tag "on" t))
170 :group 'dabbrev 170 :group 'dabbrev
171 :version "21.4") 171 :version "22.1")
172 172
173 (defcustom dabbrev-case-replace 'case-replace 173 (defcustom dabbrev-case-replace 'case-replace
174 "*Whether dabbrev applies the abbreviations's case pattern to the expansion. 174 "*Whether dabbrev applies the abbreviations's case pattern to the expansion.
175 175
176 A value of nil means preserve the expansion's case pattern. 176 A value of nil means preserve the expansion's case pattern.