changeset 19827:7c590ee6ed13

(dabbrev-case-fold-search): Remove extra quote in customize constant. (dabbrev-case-replace): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 02:56:04 +0000
parents 2e8a94028b7d
children fa6f38bb8ac1
files lisp/dabbrev.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Tue Sep 09 00:48:08 1997 +0000
+++ b/lisp/dabbrev.el	Tue Sep 09 02:56:04 1997 +0000
@@ -134,7 +134,7 @@
 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
@@ -156,7 +156,7 @@
 `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