Ignore:
Timestamp:
03/03/09 22:10:25 (14 years ago)
Author:
ehuelsmann
Message:

Fix DESCRIBE output by registering documentation on functions.

Patch by: Russell McManus? (russel_mcmanus@…)
Tweaked by: me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/adjoin.lisp

    r11391 r11695  
    3131
    3232(defun adjoin (item list &key key (test #'eql testp) (test-not nil notp))
     33  "Add `item' to `list' unless it is already a member (as determined by
     34the test function `test'."
    3335  (when (and testp notp)
    3436    (error "test and test-not both supplied"))
Note: See TracChangeset for help on using the changeset viewer.