Function: srecode-template-inserter-section-start--eieio-childp

srecode-template-inserter-section-start--eieio-childp is a byte-compiled function defined in insert.el.gz.

Signature

(srecode-template-inserter-section-start--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type srecode-template-inserter-section-start(var)/srecode-template-inserter-section-start(fun) or a subclass.

Aliases

srecode-template-inserter-section-start-child-p (obsolete since 25.1)

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.")