mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
don't use unbound "bar" in the last example (though that point isn't
reached of course)
This commit is contained in:
parent
52e23749fe
commit
e31968dd7a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ keyword mandatory is to throw an error of some sort as the default.
|
||||||
(let-keywords* args #t
|
(let-keywords* args #t
|
||||||
((start 0)
|
((start 0)
|
||||||
(stop (error "missing #:stop argument")))
|
(stop (error "missing #:stop argument")))
|
||||||
(display bar))
|
...)
|
||||||
@result{} ERROR: missing #:stop argument
|
@result{} ERROR: missing #:stop argument
|
||||||
@end example
|
@end example
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue