From 9425f8e1b3b40adc297376007992cb680ef5e0ec Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 22 Jan 2010 11:32:31 -0500 Subject: [PATCH] * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). --- lisp/ChangeLog | 4 ++++ lisp/isearch.el | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1dc503e2bd6..ab76ac74d5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-22 Chong Yidong + + * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). + 2010-01-22 Eli Zaretskii * jka-compr.el (jka-compr-load): If load-file is not in diff --git a/lisp/isearch.el b/lisp/isearch.el index ab40678e69c..d0ad330c5c0 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1754,7 +1754,10 @@ Scroll-bar or mode-line events are processed appropriately." (put 'digit-argument 'isearch-scroll t) (defcustom isearch-allow-scroll nil - "If non-nil, scrolling commands are allowed during incremental search." + "Whether scrolling is allowed during incremental search. +If non-nil, scrolling commands can be used in Isearch mode. +However, the current match will never scroll offscreen. +If nil, scolling commands will first cancel Isearch mode." :type 'boolean :group 'isearch) -- 2.39.5