Function: project-am-texinfo
project-am-texinfo is a byte-compiled function defined in
project-am.el.gz.
Signature
(project-am-texinfo &rest SLOTS)
Documentation
Create a new object of class type project-am-texinfo(var)/project-am-texinfo(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/project-am.el.gz
(defclass project-am-texinfo (project-am-target)
((include :initarg :include
:initform nil
:documentation "Additional texinfo included in this one."))
"A top level texinfo file to build.")