diff lisp/isearch.el @ 106952:5acc26d2cc11

* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 22 Jan 2010 11:32:31 -0500
parents 1d1d5d9bd884
children 6e6072f0c0a2
line wrap: on
line diff
--- a/lisp/isearch.el	Fri Jan 22 12:23:25 2010 +0200
+++ b/lisp/isearch.el	Fri Jan 22 11:32:31 2010 -0500
@@ -1754,7 +1754,10 @@
 (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)