]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Mar 2000 10:13:41 +0000 (10:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Mar 2000 10:13:41 +0000 (10:13 +0000)
man/search.texi

index a35c79c0ca00850d71fb33c1ddc7b35943e44ee6..e53d501d00cd1d159ecae2c5129ce46f747aa0e3 100644 (file)
@@ -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{*}.     @*