~ chicken-core (chicken-5) 61f9936ce84c49d21b9476e45cb638661b4bb935
commit 61f9936ce84c49d21b9476e45cb638661b4bb935 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Feb 2 15:36:11 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Feb 2 15:36:11 2010 +0100 doc fix diff --git a/manual/Unit eval b/manual/Unit eval index f92997ca..6aaa1e24 100644 --- a/manual/Unit eval +++ b/manual/Unit eval @@ -168,7 +168,7 @@ from one of the following locations: Registers the handler-procedure {{PROC}} as a extension-specifier with the name {{SYMBOL}}. This facility allows extending the set of valid extension -specifiers to be used with {{require-extension}}. When {{register-extension}} +specifiers to be used with {{require-extension}}. When {{require-extension}} is called with an extension specifier of the form {{(SPEC ...)}} and {{SPEC}} has been registered with {{set-extension-specifier!}}, then {{PROC}} will be called with two arguments: the specifier and the previously installed handlerTrap