idlwave-indent-expand-table

idlwave-indent-expand-table is a variable defined in `idlwave.el'.
Its value is

(("&" . idlwave-custom-ampersand-surround) ("=" idlwave-expand-equal -1 -1) ("<" idlwave-custom-ltgtr-surround nil) (">" idlwave-custom-ltgtr-surround 'gtr) ("," idlwave-surround 0 -1 1))


Documentation:
Associated array containing action lists of search string (car),
and function as a cdr. The table is used by the
`idlwave-indent-and-action' function. See documentation for
`idlwave-do-action' for a complete description of the action lists.

Additions to the table are made with `idlwave-action-and-binding' when a
binding is requested.
See help on `idlwave-action-and-binding' for examples.