Skip to content
Snippets Groups Projects
Commit 6ac8b5f6 authored by Raymond Toy's avatar Raymond Toy
Browse files

Better docstring for *environment-list*

Fix #17.
parent 94bb2d9d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
might not be.") might not be.")
(defvar *environment-list* nil (defvar *environment-list* nil
"An alist mapping environment variables (as keywords) to either values") "An alist mapping each environment variable (as a keyword) to its
value.")
(defvar *environment-list-initialized* nil (defvar *environment-list-initialized* nil
"Non-NIL if environment-init has been called") "Non-NIL if environment-init has been called")
......
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