fix SANS -> REMOVE-FROM-PLIST in tests
commita12ca477531772c186d026264c68ee063e583583
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 19 Dec 2007 13:06:41 +0000 (19 15:06 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 19 Dec 2007 13:06:41 +0000 (19 15:06 +0200)
tree55687a262e945bfa87f29bd2bbdfa427075618cb
parent06b91a01a8ef3ce8b9bd578437a2a53ce573d433
fix SANS -> REMOVE-FROM-PLIST in tests

 * So SANS is now REMOVE-FROM-PLIST.

   ...I have to say that I'm still not sure I like this:

     (remove-from-plist x y) ; which is the plist?

   The common usage in REMOVE &co is to put the element designators
   first. This is confusing.

   Maybe we really want both:

    function SANS plist &rest keys
    function REMOVE-FROM-PLIST keys plist
tests.lisp