From: Stefan Monnier Date: Mon, 13 Mar 2000 10:13:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4652 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5aa5a37c77f5fffe064d41194761344642257c83;p=emacs.git *** empty log message *** --- 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{*}. @*