Skip to content

Commit

Permalink
Update find-quicklisp-systems docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kinofsolmorrow authored Mar 16, 2024
1 parent 62d4bec commit 95d7f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/micros-systems.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(in-package :micros)

(defun find-quicklisp-systems ()
"If Quicklisp is available, extract all system names from the current directory's systems.csv."
"If Quicklisp is available, extract all system names."
(when (find-package '#:QUICKLISP)
(mapcar (lambda (dist)
(uiop:symbol-call '#:ql-dist '#:name dist))
Expand Down

0 comments on commit 95d7f73

Please sign in to comment.