Function: srecode-template-inserter-variable
srecode-template-inserter-variable is a byte-compiled function defined
in insert.el.gz.
Signature
(srecode-template-inserter-variable &rest SLOTS)
Documentation
Create a new object of class type srecode-template-inserter-variable(var)/srecode-template-inserter-variable(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-variable (srecode-template-inserter)
((key :initform nil
:allocation :class
:documentation
"The character code used to identify inserters of this style."))
"Insert the value of a dictionary entry.
If there is no entry, insert nothing.")