Kill (Delete/Close) A Buffer In Emacs
May 2022
Use this to open a menu giving the list of possible buffers to kill:
C-x kThen 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'.
end of line