Function: srecode-template-inserter-variable-p
srecode-template-inserter-variable-p is a byte-compiled function
defined in insert.el.gz.
Signature
(srecode-template-inserter-variable-p OBJ)
Documentation
Return non-nil if OBJ is an object of 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.")