comparison lispref/searching.texi @ 27187:f6b52258db6a

Remove obsolete @tindex commands.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 14:29:37 +0000
parents 7cc86d68ccf8
children d2e5f1b7d8e2
comparison
equal deleted inserted replaced
27186:eb645a473bf8 27187:f6b52258db6a
700 @end group 700 @end group
701 @end example 701 @end example
702 @end defun 702 @end defun
703 703
704 @defun regexp-opt strings &optional paren 704 @defun regexp-opt strings &optional paren
705 @tindex regexp-opt
706 This function returns an efficient regular expression that will match 705 This function returns an efficient regular expression that will match
707 any of the strings @var{strings}. This is useful when you need to make 706 any of the strings @var{strings}. This is useful when you need to make
708 matching or searching as fast as possible---for example, for Font Lock 707 matching or searching as fast as possible---for example, for Font Lock
709 mode. 708 mode.
710 709
725 close-paren))) 724 close-paren)))
726 @end example 725 @end example
727 @end defun 726 @end defun
728 727
729 @defun regexp-opt-depth regexp 728 @defun regexp-opt-depth regexp
730 @tindex regexp-opt-depth
731 This function returns the total number of grouping constructs 729 This function returns the total number of grouping constructs
732 (parenthesized expressions) in @var{regexp}. 730 (parenthesized expressions) in @var{regexp}.
733 @end defun 731 @end defun
734 732
735 @node Regexp Search 733 @node Regexp Search