diff options
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r-- | lispref/searching.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index 29852a3624f..40cc3eb6cbd 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -991,7 +991,7 @@ This function returns the position of the start of text matched by the 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 entire match. Otherwise, @var{count} specifies a subexpression in the regular expresion, and the value of the function is the starting position of the match for that subexpression. |