X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e18afed7d695edac870ddf55aabc85c0a95a4b5f..011474aa5af24faeceac60348315552313774b10:/doc/lispref/searching.texi diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 786bffc1f8..edd1d30e28 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -3,7 +3,7 @@ @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top +@node Searching and Matching @chapter Searching and Matching @cindex searching @@ -831,7 +831,6 @@ an invalid regular expression is passed to any of the search functions, an @code{invalid-regexp} error is signaled. @node Regexp Example -@comment node-name, next, previous, up @subsection Complex Regexp Example Here is a complicated regexp which was formerly used by Emacs to @@ -1797,7 +1796,13 @@ Delete the text being considered, then enter a recursive edit to replace it. @item recenter -Redisplay and center the window, then ask the same question again. +@itemx scroll-up +@itemx scroll-down +@itemx scroll-other-window +@itemx scroll-other-window-down +Perform the specified window scroll operation, then ask the same +question again. Only @code{y-or-n-p} and related functions use this +answer. @item quit Perform a quit right away. Only @code{y-or-n-p} and related functions