electric-buffer-list

electric-buffer-list is an interactive autoloaded compiled Lisp function in `ebuff-menu.el'.


(electric-buffer-list ARG)

Pop up the Buffer Menu in an "electric" window.
If you type SPC or RET (`Electric-buffer-menu-select'), that
selects the buffer at point and quits the "electric" window.
Otherwise, you can move around in the Buffer Menu, marking
buffers to be selected, saved or deleted; these other commands
are much like those of `Buffer-menu-mode'.

Run hooks in `electric-buffer-menu-mode-hook' on entry.


M-x keyboard-quit or C-c C-c -- exit buffer menu, returning to previous window and buffer
configuration. If the very first character typed is a space, it
also has this effect.
SPC -- select buffer of line point is on.
Also show buffers marked with m in other windows,
deletes buffers marked with "D", and saves those marked with "S".
m -- mark buffer to be displayed.
~ -- clear modified-flag on that buffer.
s -- mark that buffer to be saved.
d or C-d -- mark that buffer to be deleted.
u -- remove all kinds of marks from current line.
v -- view buffer, returning when done.
DEL -- back up a line and remove marks.