File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30533053 (print-index identity )))
30543054
30553055(defmacro doc
3056- ` Shows documentation for the given symbol, or can show a list of available bindings.
3057- If sym is a symbol, will look for documentation for that symbol. If sym is a string
3058- or is not provided, will show all lexical and dynamic bindings in the current environment with
3059- that prefix (all bindings will be shown if no prefix is given).`
3056+ `` Shows documentation for the given symbol, or can show a list of available bindings.
3057+ If ` sym` is a symbol, will look for documentation for that symbol. If ` sym` is a string
3058+ or is not provided, will show all lexical and dynamic bindings in the current environment
3059+ containing that string (all bindings will be shown if no string is given).` `
30603060 [&opt sym ]
30613061 ~(,doc* ',sym ))
30623062
You can’t perform that action at this time.
0 commit comments