# HG changeset patch # User Stefan Monnier # Date 952942421 0 # Node ID 60b77d9b88ecdf11ba471e4a645c8df168b401a2 # Parent afb4e92f898daecb22a58cd7df2fce4ed1692705 *** empty log message *** diff -r afb4e92f898d -r 60b77d9b88ec man/search.texi --- a/man/search.texi Mon Mar 13 01:04:12 2000 +0000 +++ b/man/search.texi Mon Mar 13 10:13:41 2000 +0000 @@ -437,7 +437,7 @@ 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{*}. @*