mirror of
https://github.com/janet-lang/janet
synced 2025-04-06 07:17:16 +00:00
Tweak some dyn var docstrings
This commit is contained in:
parent
7cd106a10c
commit
2d6c2ee7c0
@ -2746,8 +2746,8 @@
|
||||
(defn- check-project-relative [x] (if (string/has-prefix? "/" x) x))
|
||||
|
||||
(defdyn *module-cache* "Dynamic binding for overriding `module/cache`")
|
||||
(defdyn *module-paths* "Dynamic binding for overriding `module/cache`")
|
||||
(defdyn *module-loading* "Dynamic binding for overriding `module/cache`")
|
||||
(defdyn *module-paths* "Dynamic binding for overriding `module/paths`")
|
||||
(defdyn *module-loading* "Dynamic binding for overriding `module/loading`")
|
||||
(defdyn *module-loaders* "Dynamic binding for overriding `module/loaders`")
|
||||
(defdyn *module-make-env* "Dynamic binding for creating new environments for `import`, `require`, and `dofile`. Overrides `make-env`.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user