diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-03-13 10:13:41 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-03-13 10:13:41 +0000 |
commit | 5aa5a37c77f5fffe064d41194761344642257c83 (patch) | |
tree | ac1b5b8c0e901aefe68df70d87b0b4a58809868d /man/search.texi | |
parent | 854a025cb79c443bea04003517271bac9ac590d8 (diff) | |
download | emacs-5aa5a37c77f5fffe064d41194761344642257c83.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/search.texi')
-rw-r--r-- | man/search.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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{*}. @* |