Next: buffer-string, Previous: with-current-buffer, Up: Current Buffer [Index]
Create a temporary buffer, and evaluate BODY there like ‘progn’.
The return value is the value of the last form in body. You
can return the contents of the temporary buffer by using buffer-string
as
the last form.