* lisp/emacs-lisp/macroexp.el (macroexp-let2*): Clarify doc
string (bug#19371).
,bodysym)))))
(defmacro macroexp-let2* (test bindings &rest body)
- "Bind each binding in BINDINGS as `macroexp-let2' does."
+ "Multiple binding version of `macroexp-let2'.
+
+BINDINGS is a list of elements of the form (SYM EXP). Each EXP
+can refer to symbols specified earlier in the binding list."
(declare (indent 2) (debug (sexp (&rest (sexp form)) body)))
(pcase-exhaustive bindings
('nil (macroexp-progn body))