Function: srecode-template-inserter-section-end

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

Signature

(srecode-template-inserter-section-end &rest SLOTS)

Documentation

Create a new object of class 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.")