Function: srecode-template-inserter-section-end--eieio-childp
srecode-template-inserter-section-end--eieio-childp is a byte-compiled
function defined in insert.el.gz.
Signature
(srecode-template-inserter-section-end--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type
srecode-template-inserter-section-end(var)/srecode-template-inserter-section-end(fun) or a subclass.
Aliases
srecode-template-inserter-section-end-child-p (obsolete since 25.1)
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.")