# HG changeset patch # User Steve Losh # Date 1471914761 0 # Node ID 7641d7796f4dd723cb1922085c396b442fb66e94 # Parent af7866087dc8dfea51e718b675d7bf2bb61f83c8 Update docs diff -r af7866087dc8 -r 7641d7796f4d DOCUMENTATION.markdown --- a/DOCUMENTATION.markdown Tue Aug 23 01:12:01 2016 +0000 +++ b/DOCUMENTATION.markdown Tue Aug 23 01:12:41 2016 +0000 @@ -171,8 +171,8 @@ In `body` the symbol `recur` will be bound to the function for recurring. - Does not perform a tail-recursion check like Clojure's `loop`. You know what - you're doing, right? + This macro doesn't perform an explicit tail-recursion check like Clojure's + `loop`. You know what you're doing, right? Example: diff -r af7866087dc8 -r 7641d7796f4d losh.lisp --- a/losh.lisp Tue Aug 23 01:12:01 2016 +0000 +++ b/losh.lisp Tue Aug 23 01:12:41 2016 +0000 @@ -218,8 +218,8 @@ In `body` the symbol `recur` will be bound to the function for recurring. - Does not perform a tail-recursion check like Clojure's `loop`. You know what - you're doing, right? + This macro doesn't perform an explicit tail-recursion check like Clojure's + `loop`. You know what you're doing, right? Example: