delete-buffer - Delete a buffer
n delete-buffer "buffer-name" (C-x k)
delete-buffer disposes of buffer buffer-name in the editor and reclaim the memory. This does not delete the file that the buffer was read from.
If the buffer has been edited and its name does not start with a '*' then the user is prompted as to whether the changes should be discarded. Also if the buffer has an active process running in it then confirmation is sort from the user before the process is killed.
The argument n can be used to change the default behavior of delete-buffer described above, n is a bit based flag where:-
0x01
(c) Copyright JASSPA 1999
Last Modified: 1998/07/10
Generated On: 1999/12/01