X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcl-seq.el;h=c97378fbfabc49221ca6389a0f4eacc742f4c468;hb=9b9243545bc8c563da63a8f2602d2f893aed5d69;hp=3f0ed88f80c37b998e986dbe831caf9f5bc39b75;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/cl-seq.el b/lisp/cl-seq.el index 3f0ed88..c97378f 100644 --- a/lisp/cl-seq.el +++ b/lisp/cl-seq.el @@ -355,7 +355,7 @@ Also see: `remove*', `delete', `delete*'" (remove* cl-item cl-seq ':test 'equal)) (defun remq (cl-elt cl-list) - "Remove all occurances of ELT in LIST, comparing with `eq'. + "Remove all occurrences of ELT in LIST, comparing with `eq'. This is a non-destructive function; it makes a copy of LIST to avoid corrupting the original LIST. Also see: `delq', `delete', `delete*', `remove', `remove*'."