(dabbrev-case-replace): Likewise.
Any other non-nil version means case is not significant."
:type '(choice (const :tag "off" nil)
(const :tag "on" t)
- (const :tag "like search" 'case-fold-search))
+ (const :tag "like search" case-fold-search))
:group 'dabbrev)
(defcustom dabbrev-upcase-means-case-search nil
`dabbrev-case-fold-search' specifies to ignore case."
:type '(choice (const :tag "off" nil)
(const :tag "on" t)
- (const :tag "like M-x query-replace" 'case-replace))
+ (const :tag "like M-x query-replace" case-replace))
:group 'dabbrev)
(defcustom dabbrev-abbrev-char-regexp nil