changeset 28134:60b77d9b88ec

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 13 Mar 2000 10:13:41 +0000
parents afb4e92f898d
children fc8364eb65b1
files man/search.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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{*}.	@*