From 5786b3ed4c6e05a191acec6e56734b76da55afd0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:13:36 +0000 Subject: [PATCH] (search-upper-case): Use `other' widget type. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 007801bb946..91a0d971d83 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -140,7 +140,7 @@ apply to chars in regexps that are prefixed with `\\'. If this value is `not-yanks', yanked text is always downcased." :type '(choice (const :tag "off" nil) (const not-yanks) - (sexp :tag "on" :format "%t\n" t)) + (other :tag "on" t)) :group 'isearch) (defcustom search-nonincremental-instead t -- 2.39.2