diff --git a/lib/chibi/optional.scm b/lib/chibi/optional.scm index 97dc86f7..e14c5101 100644 --- a/lib/chibi/optional.scm +++ b/lib/chibi/optional.scm @@ -29,7 +29,7 @@ ;;> extra values are unused. ;;> ;;> \var{ls} is evaluated only once. It is an error if any -;;> \var{default} mutates \var{ls}. +;;> \var{default} mutates or set!s \var{ls}. ;;> ;;> Typically used on the dotted rest list at the start of a lambda, ;;> \scheme{let-optionals} is more concise and more efficient than