*** The new macro `with-current-buffer' lets you evaluate an expression
conveniently with a different current buffer. It looks like this:
(with-current-buffer BUFFER BODY-FORMS...)
BUFFER is the expression that says which buffer to use. BODY-FORMS say what to do in that buffer.