1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

don't use unbound "bar" in the last example (though that point isn't

reached of course)
This commit is contained in:
Kevin Ryde 2006-12-14 22:54:26 +00:00
parent 52e23749fe
commit e31968dd7a

View file

@ -261,7 +261,7 @@ keyword mandatory is to throw an error of some sort as the default.
(let-keywords* args #t
((start 0)
(stop (error "missing #:stop argument")))
(display bar))
...)
@result{} ERROR: missing #:stop argument
@end example
@end deffn