Function: srecode-match-end

srecode-match-end is a byte-compiled function defined in compile.el.gz.

Signature

(srecode-match-end ARG &rest ARGS)

Implementations

((ins srecode-template-inserter-section-end) name) in `srecode/insert.el'.

For the template inserter INS, do I end a section called NAME?

((ins srecode-template-inserter) name) in `srecode/compile.el'.

For the template inserter INS, do I end a section called NAME?

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/compile.el.gz
(cl-defmethod srecode-match-end ((_ins srecode-template-inserter) _name)
  "For the template inserter INS, do I end a section called NAME?"
  nil)