Next: with-current-buffer, Previous: set-buffer, Up: Current Buffer [Index]
Record which buffer is current; execute BODY; can use set-buffer
to make a
different buffer current without displaying it. At the conclusion of BODY,
make the original buffer current.
BODY is executed just like ‘progn’.