1.0.37.62: More robust reciprocal exactitude test
[sbcl.git] / doc / manual / docstrings.lisp
index 27d23a1..ba8b900 100644 (file)
@@ -379,6 +379,9 @@ there is no corresponding docstring."
                      (cons (car x) (clean (cdr x) :optional t)))
                     ((cons (member &key))
                      (cons (car x) (clean (cdr x) :key t)))
+                    ((cons (member &whole &environment))
+                     ;; Skip these
+                     (clean (cdr x) :optional optional :key key))
                     ((cons cons)
                      (cons
                       (cond (key (if (consp (caar x))