Equality Predicates (GNU Emacs Lisp Reference Manual)

In the descriptive text of function "equal":

"The equal function recursively compares the contents of objects if they are integers, strings, markers, vectors, bool-vectors, byte-code function objects, char-tables, records, or font objects."

Shouldn't "integers" here be "conses" or "lists"?