From ce30e981ce28582c5d1869a2189c2035256a7afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20B=C3=B8hmer?= <bohmer@gmail.com> Date: Mon, 14 Aug 2017 21:56:37 +0000 Subject: [PATCH] Docstring update in macros.lisp. Replace "," with ":" to match other similar examples, and output example. --- macros.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.lisp b/macros.lisp index 0ac3447..699c6cf 100644 --- a/macros.lisp +++ b/macros.lisp @@ -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) -- GitLab