Function: project-am-texinfo--eieio-childp

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

Signature

(project-am-texinfo--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type project-am-texinfo(var)/project-am-texinfo(fun) or a subclass.

Aliases

project-am-texinfo-child-p (obsolete since 25.1)

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.")