From 5aa5a37c77f5fffe064d41194761344642257c83 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 13 Mar 2000 10:13:41 +0000 Subject: [PATCH] *** empty log message *** --- man/search.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/search.texi b/man/search.texi index a35c79c0ca0..e53d501d00c 100644 --- a/man/search.texi +++ b/man/search.texi @@ -437,7 +437,7 @@ non-greedy: they will match as little as possible. is another postfix operator that specifies an interval of iteration: the preceding regular expression must match between @var{n} and @var{m} times. If @var{m} is omitted, then there is no upper bound -and if @kbd,{@var{m}} is omitted, then the regular expression must match +and if @samp{,@var{m}} is omitted, then the regular expression must match exactly @var{n} times. @* @samp{\@{0,1\@}} is equivalent to @samp{?}. @* @samp{\@{0,\@}} is equivalent to @samp{*}. @* -- 2.39.5