Loading alexandria-1/lists.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ expected-type designator of a TYPE-ERROR." (list list))) (defun remove-from-plist (plist &rest keys) "Returns a propery-list with same keys and values as PLIST, except that keys "Returns a property-list with same keys and values as PLIST, except that keys in the list designated by KEYS and values corresponding to them are removed. The returned property-list may share structure with the PLIST, but PLIST is not destructively modified. Keys are compared using EQ." Loading Loading
alexandria-1/lists.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ expected-type designator of a TYPE-ERROR." (list list))) (defun remove-from-plist (plist &rest keys) "Returns a propery-list with same keys and values as PLIST, except that keys "Returns a property-list with same keys and values as PLIST, except that keys in the list designated by KEYS and values corresponding to them are removed. The returned property-list may share structure with the PLIST, but PLIST is not destructively modified. Keys are compared using EQ." Loading