diff --git a/macros.lisp b/macros.lisp
index fa896792341b5f16ff30fa438892de83bb60cbe1..8424ce8c50ed5eca69a12f3eae540a92cf210dbd 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -84,7 +84,9 @@ arguments when given."
                                    (normalize-optional normalize)
                                    (normalize-keyword normalize)
                                    (normalize-auxilary normalize))
-  "Parses an ordinary lambda-list, returning as multiple values:
+  "Parses an ordinary lambda-list, returning:
+
+\(values requireds optionals rest keywords allow-other-keys? auxiliaries)
 
  1. Required parameters.
  2. Optional parameter specifications, normalized into form (NAME INIT SUPPLIEDP)