Function: srecode-template-inserter-section-end-p
srecode-template-inserter-section-end-p is a byte-compiled function
defined in insert.el.gz.
Signature
(srecode-template-inserter-section-end-p OBJ)
Documentation
Return non-nil if OBJ is an object of type
srecode-template-inserter-section-end(var)/srecode-template-inserter-section-end(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-section-end (srecode-template-inserter)
((key :initform ?/
:allocation :class
:documentation
"The character code used to identify inserters of this style.")
)
"All template segments between the section-start and section-end
are treated specially.")