Fix the mismatches between doc and implemenation noted in bug report
#750586 in favor of the implemenation.
This commit is contained in:
parent
37e4f027eb
commit
312d54708a
|
@ -1212,7 +1212,7 @@ readable format.
|
|||
\end{desc}
|
||||
|
||||
\defun {posix-string->regexp}{string}{re}
|
||||
\defunx{regexp->posix-string}{re}{string}
|
||||
\defunx{regexp->posix-string}{re}{[string syntax-level paren-count submatches-vector]}
|
||||
\begin{desc}
|
||||
These two functions are the Posix notation parser and unparser.
|
||||
That is, \ex{posix-string->regexp} maps a Posix-notation regular
|
||||
|
@ -1249,14 +1249,14 @@ The \ex{\ldots:tsm} accessor returns the total number of submatches
|
|||
contained in the regular expression.
|
||||
|
||||
\dfn {re-seq?}{x}{boolean}{Type predicate}
|
||||
\dfnx{make-re-seq}{re \ldots}{re}{Basic constructor}
|
||||
\dfnx{re-seq}{re \ldots}{re}{Smart constructor}
|
||||
\dfnx{make-re-seq}{re-list}{re}{Basic constructor}
|
||||
\dfnx{re-seq}{re-list}{re}{Smart constructor}
|
||||
\dfnx{re-seq:elts}{re}{re-list}{Accessor}
|
||||
\dfnx{re-seq:tsm}{re}{integer}{Accessor}
|
||||
|
||||
\dfn {re-choice?}{x}{boolean}{Type predicate}
|
||||
\dfnx{make-re-choice}{re-list}{re}{Basic constructor}
|
||||
\dfnx{re-choice}{re \ldots}{re}{Smart constructor}
|
||||
\dfnx{re-choice}{re-list}{re}{Smart constructor}
|
||||
\dfnx{re-choice:elts}{re}{re-list}{Accessor}
|
||||
\dfnx{re-choice:tsm}{re}{integer}{Accessor}
|
||||
|
||||
|
|
Loading…
Reference in New Issue