1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

(Handling Errors): Fix regexp error key, should

be `regular-expression-syntax'.
This commit is contained in:
Kevin Ryde 2003-05-11 22:37:40 +00:00
parent 4b83d327ec
commit 63226e80ef

View file

@ -933,8 +933,9 @@ of arguments.
@code{stack-overflow}: stack overflow error.
@item
@cindex @code{regex-error}
@code{regex-error}: errors generated by the regular expression library.
@cindex @code{regular-expression-syntax}
@code{regular-expression-syntax}: errors generated by the regular
expression library.
@item
@cindex @code{misc-error}