Kill (Delete/Close) A Buffer In Emacs

Use this to open a menu giving the list of possible buffers to kill:

Code
C-x k

Then choose the buffer via it's number and hit RET (return/enter) to kill it.

It'll warn you if it's not saved, but the default option is to close without saving if you hit 'y'.