Function: set-exclusive-or
set-exclusive-or is a for cl-set-exclusive-or, defined
in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-set-exclusive-or
instead.
Signature
(set-exclusive-or LIST1 LIST2 [KEYWORD VALUE]...)
Documentation
Combine LIST1 and LIST2 using a set-exclusive-or operation.
The resulting list contains all items appearing in exactly one of LIST1, LIST2. This is a non-destructive function; it makes a copy of the data if necessary to avoid corrupting the original LIST1 and LIST2.
Keywords supported: :test :test-not :key
Aliases
set-exclusive-or (obsolete since 27.1)