mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
nitpick (issue #778)
This commit is contained in:
parent
08d2847767
commit
6be3784db0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue