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

Docstring update in macros.lisp. Replace "," with ":" to match other similar...

Docstring update in macros.lisp. Replace "," with ":" to match other similar examples, and output example.
parent e5c54bc3
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,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))
((t &rest rest)
......
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