Function: project-am-texinfo-p

project-am-texinfo-p is a byte-compiled function defined in project-am.el.gz.

Signature

(project-am-texinfo-p OBJ)

Documentation

Return non-nil if OBJ is an object of 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.")