diff --git a/dash.el b/dash.el index a094e41..80f596a 100644 --- a/dash.el +++ b/dash.el @@ -1342,7 +1342,7 @@ last item in second form, etc." signified by the token `it' in the first form. If there are more forms, insert the first form at the position signified by `it' in in second form, etc." - (declare (debug ->)) + (declare (debug (form &rest [&or symbolp (sexp &rest [&or "it" form])]))) (if (null more) (if (listp form) (--map-when (eq it 'it) x form)