diff options
author | Teddy Wing | 2021-02-21 23:07:35 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-21 23:07:35 +0100 |
commit | 133e81bc8e51152c574356849c1798ba2bc3a259 (patch) | |
tree | 2de8027a75cb233f3bcdc9c5172b48becdde1f87 /l | |
parent | 2a46357cb58d740611fc3ed1f7d58b2a76bce602 (diff) | |
download | extreload-133e81bc8e51152c574356849c1798ba2bc3a259.tar.bz2 |
make-config: Add function documentation
Diffstat (limited to 'l')
-rw-r--r-- | l/src/config.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/config.lisp b/l/src/config.lisp index d01a1fd..ab973cd 100644 --- a/l/src/config.lisp +++ b/l/src/config.lisp @@ -41,6 +41,7 @@ extension-ids reload-current-tab debug-output) + "Initialise a new config." (let ((config (make-instance 'config :socket-url socket-url :extension-ids extension-ids |