tempo-insert-string-functions

tempo-insert-string-functions is a variable defined in `tempo.el'.
Its value is
nil

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

Documentation:
List of functions to run when inserting a string.
Each function is called with a single arg, STRING and should return
another string. This could be used for making all strings upcase by
setting it to '(upcase), for example.