Function: srecode-template-inserter-comment-p
srecode-template-inserter-comment-p is a byte-compiled function
defined in insert.el.gz.
Signature
(srecode-template-inserter-comment-p OBJ)
Documentation
Return non-nil if OBJ is an object of 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.")