Function: remove*
remove* is a function alias for cl-remove, defined in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-remove instead.
Signature
(remove* ITEM SEQ [KEYWORD VALUE]...)
Documentation
Remove all occurrences of ITEM in SEQ.
This is a non-destructive function; it makes a copy of SEQ if necessary to avoid corrupting the original SEQ.
Keywords supported: :test :test-not :key :count :start :end :from-end
Aliases
remove* (obsolete since 27.1)