change-buffer-name - Change name of current buffer
n change-buffer-name "buffer-name" (esc C-n)
change-buffer-name changes the name of the current buffer to buffer-name. Buffer names must be unique as they act as the identity handle. By default the buffer name is derived from the buffer's file name excluding the path. This can lead to conflicts, when editing files with the same name and different paths, in which case a counter is appended to the end of the buffer name to make the name unique. For example:
File Name Buffer Name /etc/file.c file.c /tmp/file.c file.c<1>
The numeric argument n is a bit-mask and is interpreted as follows:
0x01
0x02
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12