# HG changeset patch # User Steve Losh # Date 1471914485 0 # Node ID 22e0cd523d11a82e654564d4eb3c3e49d9c75855 # Parent eb328be4e513ab447dd2794c33e19614e03430e1 Typo diff -r eb328be4e513 -r 22e0cd523d11 losh.lisp --- a/losh.lisp Tue Aug 23 01:03:43 2016 +0000 +++ b/losh.lisp Tue Aug 23 01:08:05 2016 +0000 @@ -266,7 +266,7 @@ ,@body)))) (defmacro if-found (var lookup-expr then else) - "Perform `body` or `else` depending on the results of `lookup-expr`. + "Perform `then` or `else` depending on the results of `lookup-expr`. `lookup-expr` should be an expression that returns two values, the first being the result and the second indicating whether the lookup was successful. The