1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

(SRFI-1 Set Operations): Remove lset-adjoin!, doesn't exist in the

code or the srfi spec.
This commit is contained in:
Kevin Ryde 2005-01-23 21:21:15 +00:00
parent ca04a5aef6
commit ac70289c71

View file

@ -880,10 +880,8 @@ testing element equality.
@end deffn
@deffn {Scheme Procedure} lset-adjoin = list elt1 @dots{}
@deffnx {Scheme Procedure} lset-adjoin! = list elt1 @dots{}
Add all @var{elts} to the list @var{list}, suppressing duplicates and
return the resulting list. @code{lset-adjoin!} is allowed, but not
required to modify its first argument. @var{=} is used for testing
return the resulting list. @var{=} is used for testing
element equality.
@end deffn