diff --git a/lisp/isearch.el b/lisp/isearch.el index 3b836e4e32d..a1ce4f19489 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -222,7 +222,7 @@ Default value, nil, means edit the string instead." (autoload 'character-fold-to-regexp "character-fold") -(defcustom search-default-regexp-mode #'character-fold-to-regexp +(defcustom search-default-regexp-mode nil "Default mode to use when starting isearch. Value is nil, t, or a function.