Skip to content

Commit e356b71

Browse files
authored
Update boot.janet
1 parent 4cae7e6 commit e356b71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/boot/boot.janet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,10 +3048,10 @@
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

0 commit comments

Comments
 (0)