From aae91afc6a9ead59606abcd5de2927ddedd8f826 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Knut=20Olav=20B=C3=B8hmer?= <bohmer@gmail.com>
Date: Tue, 15 Aug 2017 06:17:33 +0000
Subject: [PATCH] Update docstring in (change , to :) macros.lisp

---
 macros.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macros.lisp b/macros.lisp
index 699c6cf..f06dc84 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -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))))
 
-- 
GitLab