Variable: skeleton-transformation
skeleton-transformation is an alias for
skeleton-transformation-function, defined in skeleton.el.gz.
This variable is obsolete since 29.1; use
skeleton-transformation-function instead.
Value
identity
Documentation
If non-nil, function applied to literal strings before they are inserted.
It should take strings and characters and return them transformed, or nil
which means no transformation.
Typical examples might be upcase or capitalize.
Probably introduced at or before Emacs version 22.1.
Aliases
skeleton-transformation (obsolete since 29.1)