From e31968dd7afedd1b2510a903cd61d9282682e829 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 14 Dec 2006 22:54:26 +0000 Subject: [PATCH] don't use unbound "bar" in the last example (though that point isn't reached of course) --- doc/ref/api-procedures.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 284ab953f..7fd0f4fa4 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -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