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:39:23 +00:00
parent bd3699466a
commit dfdfbd7145

View file

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