comparison 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
comparison
equal deleted inserted replaced
106951:89c890863220 106952:5acc26d2cc11
1752 (put 'universal-argument 'isearch-scroll t) 1752 (put 'universal-argument 'isearch-scroll t)
1753 (put 'negative-argument 'isearch-scroll t) 1753 (put 'negative-argument 'isearch-scroll t)
1754 (put 'digit-argument 'isearch-scroll t) 1754 (put 'digit-argument 'isearch-scroll t)
1755 1755
1756 (defcustom isearch-allow-scroll nil 1756 (defcustom isearch-allow-scroll nil
1757 "If non-nil, scrolling commands are allowed during incremental search." 1757 "Whether scrolling is allowed during incremental search.
1758 If non-nil, scrolling commands can be used in Isearch mode.
1759 However, the current match will never scroll offscreen.
1760 If nil, scolling commands will first cancel Isearch mode."
1758 :type 'boolean 1761 :type 'boolean
1759 :group 'isearch) 1762 :group 'isearch)
1760 1763
1761 (defun isearch-string-out-of-window (isearch-point) 1764 (defun isearch-string-out-of-window (isearch-point)
1762 "Test whether the search string is currently outside of the window. 1765 "Test whether the search string is currently outside of the window.