Scieneer Common Lisp 1.3.9 online documentation ldiff list object [Function] Returns a new list, whose elements are those of list that appear before object. If object is not a tail of list, a copy of list is returned. The list must be a proper list or a dotted list.