Skip to content
Snippets Groups Projects
Commit dfd2fc6c authored by Cam Saül's avatar Cam Saül
Browse files

Extra dox for Settings :page_facing_up:

parent f180bd4c
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,10 @@
(format " (%s)\n\n" symb)
"and set its value by calling\n\n"
(format " (%s <new-value>)\n\n" symb)
(format "You can also set its value with the env var `MB_%s`.\n"
(s/upper-case (s/replace (name symb) #"-" "_")))
"Clear its value by calling\n\n"
(format " (%s nil)." symb)
(format " (%s nil)" symb)
(when default-value
(format "\n\nIts default value is `%s`." default-value))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment