# HG changeset patch # User Chong Yidong # Date 1244644311 0 # Node ID cf3b8ef88ac74da316c5ec5f9b7eba734dd2fc77 # Parent 16b4872ef632dd3a4388169ba37ad48c4c459edf * search.texi (Isearch Scroll): Add isearch-allow-scroll to index. diff -r 16b4872ef632 -r cf3b8ef88ac7 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Wed Jun 10 14:15:41 2009 +0000 +++ b/doc/emacs/ChangeLog Wed Jun 10 14:31:51 2009 +0000 @@ -1,3 +1,7 @@ +2009-06-10 Chong Yidong + + * search.texi (Isearch Scroll): Add isearch-allow-scroll to index. + 2009-06-09 Agustín Martín * fixit.texi (Spelling): Set default dictionary. Improve diff -r 16b4872ef632 -r cf3b8ef88ac7 doc/emacs/search.texi --- a/doc/emacs/search.texi Wed Jun 10 14:15:41 2009 +0000 +++ b/doc/emacs/search.texi Wed Jun 10 14:31:51 2009 +0000 @@ -300,6 +300,7 @@ @node Isearch Scroll @subsection Scrolling During Incremental Search +@vindex isearch-allow-scroll You can enable the use of vertical scrolling during incremental search (without exiting the search) by setting the customizable variable @code{isearch-allow-scroll} to a non-@code{nil} value. This