mirror of
https://github.com/janet-lang/janet
synced 2024-11-09 18:29:55 +00:00
Merge pull request #1459 from sogaiu/dynvar-docstring-tweaks
Tweak some docstrings
This commit is contained in:
commit
f424f2936b
@ -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…
Reference in New Issue
Block a user