Skip to content
Snippets Groups Projects
Commit c2331dde authored by Philipp Marek's avatar Philipp Marek
Browse files

Merge branch 'patch-1' into 'master'

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

See merge request alexandria/alexandria!3
parents a6e2cc6e aae91afc
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)
......@@ -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