aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1998-06-24 09:13:36 +0000
committerAndreas Schwab <[email protected]>1998-06-24 09:13:36 +0000
commit5786b3ed4c6e05a191acec6e56734b76da55afd0 (patch)
tree1753b4e2a766d4b6054e50a7b8ccb32a502905fd /lisp/isearch.el
parent8a3e08a6ee770eea5efd6a80f3bd9ffeb66dc18b (diff)
(search-upper-case): Use `other' widget type.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 007801bb94..91a0d971d8 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