Function: list-length
list-length is a function alias for cl-list-length, defined in
cl-extra.el.gz.
This function is obsolete since 27.1; use cl-list-length instead.
Signature
(list-length X)
Documentation
Return the length of list X. Return nil if list is circular.
Aliases
list-length (obsolete since 27.1)