Generic Function: HEADING-PART-P
Source
(defgeneric heading-part-p (obj) (:method ((obj t)) nil) (:method ((obj heading-part)) t))
Source Context