(define (modify-element element . attributes-and-contents) (lambda parameters (apply element (append parameters attributes-and-contents))))