comparison doc/emacs/search.texi @ 103375:e8426f67383f

* basic.texi (Moving Point): Fix tag. * picture-xtra.texi (Insert in Picture): Use <next> and <prior>. * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and use camel-case for PageUp and PageDown. * display.texi (Scrolling): Decapitalize <next> and <prior>, and use camel-case for PageUp and PageDown. * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>. * search.texi (Isearch Scroll): Decapitalize <next> and <prior>.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 Jun 2009 15:16:55 +0000
parents cf3b8ef88ac7
children caa79498564a
comparison
equal deleted inserted replaced
103374:cf3b8ef88ac7 103375:e8426f67383f
303 @vindex isearch-allow-scroll 303 @vindex isearch-allow-scroll
304 You can enable the use of vertical scrolling during incremental 304 You can enable the use of vertical scrolling during incremental
305 search (without exiting the search) by setting the customizable 305 search (without exiting the search) by setting the customizable
306 variable @code{isearch-allow-scroll} to a non-@code{nil} value. This 306 variable @code{isearch-allow-scroll} to a non-@code{nil} value. This
307 applies to using the vertical scroll-bar and to certain keyboard 307 applies to using the vertical scroll-bar and to certain keyboard
308 commands such as @kbd{@key{PRIOR}} (@code{scroll-down}), 308 commands such as @key{prior} (@code{scroll-down}), @key{next}
309 @kbd{@key{NEXT}} (@code{scroll-up}) and @kbd{C-l} (@code{recenter}). 309 (@code{scroll-up}) and @kbd{C-l} (@code{recenter}). You must run
310 You must run these commands via their key sequences to stay in the 310 these commands via their key sequences to stay in the search---typing
311 search---typing @kbd{M-x} will terminate the search. You can give 311 @kbd{M-x} will terminate the search. You can give prefix arguments to
312 prefix arguments to these commands in the usual way. 312 these commands in the usual way.
313 313
314 This feature won't let you scroll the current match out of visibility, 314 This feature won't let you scroll the current match out of visibility,
315 however. 315 however.
316 316
317 The feature also affects some other commands, such as @kbd{C-x 2} 317 The feature also affects some other commands, such as @kbd{C-x 2}