X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fsearching.texi;h=db7eadcdf1ee07583bc883c98046ffd6cd2e1840;hp=95b1fa9458457dc0873c0bcc6d142395655314c8;hb=72a705551741d6f85a40eea486c222bac482d8dc;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/man/lispref/searching.texi b/man/lispref/searching.texi index 95b1fa9..db7eadc 100644 --- a/man/lispref/searching.texi +++ b/man/lispref/searching.texi @@ -263,7 +263,7 @@ all three strings. @cindex @samp{?} in regexp is a quantifying suffix operator similar to @samp{*}, except that the preceding expression can match either once or not at all. For example, -@samp{ca?r} matches @samp{car} or @samp{cr}, but does not match anyhing +@samp{ca?r} matches @samp{car} or @samp{cr}, but does not match anything else. @item *? @@ -1096,7 +1096,7 @@ last regular expression searched for, or a subexpression of it. If @var{count} is zero, then the value is the position of the start of the entire match. Otherwise, @var{count} specifies a subexpression in -the regular expresion, and the value of the function is the starting +the regular expression, and the value of the function is the starting position of the match for that subexpression. The value is @code{nil} for a subexpression inside a @samp{\|}