idlwave-do-action

idlwave-do-action is a compiled Lisp function in `idlwave.el'.

(idlwave-do-action ACTION)

Perform an action repeatedly on a line.
ACTION is a list (REG . FUNC). REG is a regular expression. FUNC is
either a function name to be called with `funcall' or a list to be
evaluated with `eval'. The action performed by FUNC should leave
point after the match for REG - otherwise an infinite loop may be
entered. FUNC is always passed a final argument of 'is-action, so it
can discriminate between being run as an action, or a key binding.