msb-item-handling-function

msb-item-handling-function is a variable defined in `msb.el'.
Its value is
msb-item-handler

  • This variable may be risky if used as a file-local variable.

Documentation:
The appearance of a buffer menu.

The default function to call for handling the appearance of a menu
item. It should take two arguments, BUFFER and MAX-BUFFER-NAME-LENGTH,
where the latter is the max length of all buffer names.

The function should return the string to use in the menu.

When the function is called, BUFFER is the current buffer. This
function is called for items in the variable `msb-menu-cond' that have
nil as ITEM-HANDLING-FUNCTION. See `msb-menu-cond' for more
information.