Correct old name all-symbols to all-bindings

This commit is contained in:
Alex Osborne 2019-09-11 12:05:41 +09:00 committed by GitHub
parent b585d19519
commit de5cd73cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ documentation for symbols in the core library. For example,
Shows documentation for the doc macro.
To get a list of all bindings in the default
environment, use the `(all-symbols)` function.
environment, use the `(all-bindings)` function.
## Source