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 30483048 (print-index identity )))
30493049
30503050(defmacro doc
3051- ` Shows documentation for the given symbol, or can show a list of available bindings.
3052- If sym is a symbol, will look for documentation for that symbol. If sym is a string
3053- or is not provided, will show all lexical and dynamic bindings in the current environment with
3054- that prefix (all bindings will be shown if no prefix is given).`
3051+ `` Shows documentation for the given symbol, or can show a list of available bindings.
3052+ If ` sym` is a symbol, will look for documentation for that symbol. If ` sym` is a string
3053+ or is not provided, will show all lexical and dynamic bindings in the current environment
3054+ containing that string (all bindings will be shown if no string is given).` `
30553055 [&opt sym ]
30563056 ~(,doc* ',sym ))
30573057
You can’t perform that action at this time.
0 commit comments