Skip to content

Commit

Permalink
Minor: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 14, 2024
1 parent 226d43a commit ad22beb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,10 @@ Takes a single-argument FN and calls (fn x), then (fn (fn x)), and so on
until the result doesn't change according to TEST. If MAX-DEPTH is specified
then FN will be called at most MAX-DEPTH times even if the result is still changing.

[View source](functions.lisp#L580)
Returns two values, the stable result of FN and the remainder of
MAX-DEPTH. (If this value is 0, the result is unstable.)

[View source](functions.lisp#L584)

## Trees

Expand Down

0 comments on commit ad22beb

Please sign in to comment.