Mercurial > hg > xemacs-beta
comparison man/lispref/searching.texi @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 0f42689481f0 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
650 @cindex regexp searching | 650 @cindex regexp searching |
651 @cindex searching for regexp | 651 @cindex searching for regexp |
652 | 652 |
653 In XEmacs, you can search for the next match for a regexp either | 653 In XEmacs, you can search for the next match for a regexp either |
654 incrementally or not. Incremental search commands are described in the | 654 incrementally or not. Incremental search commands are described in the |
655 @cite{The XEmacs Reference Manual}. @xref{Regexp Search, , Regular Expression | 655 @cite{The XEmacs Lisp Reference Manual}. @xref{Regexp Search, , Regular Expression |
656 Search, emacs, The XEmacs Reference Manual}. Here we describe only the search | 656 Search, xemacs, The XEmacs Lisp Reference Manual}. Here we describe only the search |
657 functions useful in programs. The principal one is | 657 functions useful in programs. The principal one is |
658 @code{re-search-forward}. | 658 @code{re-search-forward}. |
659 | 659 |
660 @deffn Command re-search-forward regexp &optional limit noerror count buffer | 660 @deffn Command re-search-forward regexp &optional limit noerror count buffer |
661 This function searches forward in the current buffer for a string of | 661 This function searches forward in the current buffer for a string of |