diff --git a/lisp/isearch.el b/lisp/isearch.el index e6678d33ea4..d9f8b0891e4 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2157,6 +2157,7 @@ If nil, scrolling commands will first cancel Isearch mode." If non-nil, entering a prefix argument will not terminate the search. This option is ignored \(presumed t) when `isearch-allow-scroll' is set." + :version "24.4" :type 'boolean :group 'isearch)