Next: with-output-to-temp-buffer, Previous: get-buffer-create, Up: Creating and Killing Buffers [Index]
This function returns a newly created, empty buffer, but does not
make it current. The name of the buffer is generated by passing NAME to the
function generate-new-buffer-name
.
The major mode for the new buffer is set to Fundamental mode.