Function: srecode-template-inserter-comment
srecode-template-inserter-comment is a byte-compiled function defined
in insert.el.gz.
Signature
(srecode-template-inserter-comment &rest SLOTS)
Documentation
Create a new object of class type srecode-template-inserter-comment(var)/srecode-template-inserter-comment(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-comment (srecode-template-inserter)
((key :initform ?!
:allocation :class
:documentation
"The character code used to identify inserters of this style.")
)
"Allow comments within template coding. This inserts nothing.")