Skip to content
Snippets Groups Projects
Commit aae91afc authored by Knut Olav Bøhmer's avatar Knut Olav Bøhmer
Browse files

Update docstring in (change , to :) macros.lisp

parent ce30e981
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ Example:
((:foo a b)
(format nil \"foo: ~S, ~S\" a b))
((:bar &key a b)
(format nil \"bar, ~S, ~S\" a b))
(format nil \"bar: ~S, ~S\" a b))
(((:alt1 :alt2) a)
(format nil \"alt: ~S\" a))))
......
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