Mercurial > emacs
changeset 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 | 89c890863220 |
children | a1e356d208cd |
files | lisp/ChangeLog lisp/isearch.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 22 12:23:25 2010 +0200 +++ b/lisp/ChangeLog Fri Jan 22 11:32:31 2010 -0500 @@ -1,3 +1,7 @@ +2010-01-22 Chong Yidong <cyd@stupidchicken.com> + + * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). + 2010-01-22 Eli Zaretskii <eliz@gnu.org> * jka-compr.el (jka-compr-load): If load-file is not in
--- 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)