As used for instance in this macro definition:
(defmacro with-eval-after-load-feature (feature &rest body) (declare (indent 1) (debug t)) (let* ((fea
Asking Emacs is always a sensible approach:
(elisp)
@
This shows you all the elisp manual's index entries for @ (one of which is the ,@ you were actually looking for).
elisp
,@