From 66bcec2c491445a76b3ef63c53ed982b896cef00 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Mar 2012 20:48:20 -0800 Subject: * eval.c (eval_init): Expose remq, remql and remqual. * txr.1: Documented. --- txr.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index d2845dea..ef0fd91d 100644 --- a/txr.1 +++ b/txr.1 @@ -6355,6 +6355,24 @@ If no such element found, nil is returned. Otherwise, that tail of the list is returned whose first element is the matching object. +.SS Functions remq, remql and remqual + +Syntax: + + (remq ) + (remql ) + (remqual ) + +.TP +Description + +The remq, remql and remqual functions produce a new list based on , +removing the the items which are eq, eql or equal to . + +The input is unmodified, but the returned list may share substructure +with it. If no items are removed, it is possible that the return value +is itself. + .SS Function tree-find .TP -- cgit v1.2.3