Function: srecode-template-inserter-section-start-p
srecode-template-inserter-section-start-p is a byte-compiled function
defined in insert.el.gz.
Signature
(srecode-template-inserter-section-start-p OBJ)
Documentation
Return non-nil if OBJ is an object of type srecode-template-inserter-section-start(var)/srecode-template-inserter-section-start(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-section-start (srecode-template-inserter-subtemplate)
((key :initform ?#
:allocation :class
:documentation
"The character code used to identify inserters of this style.")
(template :initarg :template
:documentation
"A template used to frame the codes from this inserter.")
)
"Apply values from a sub-dictionary to a template section.
The dictionary saved at the named dictionary entry will be
applied to the text between the section start and the
`srecode-template-inserter-section-end' macro.")