Function: srecode-template-inserter-section-start
srecode-template-inserter-section-start is a byte-compiled function
defined in insert.el.gz.
Signature
(srecode-template-inserter-section-start &rest SLOTS)
Documentation
Create a new object of class 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.")