Tests whether an external format spec is valid.
external-format
valid-external-format-p ef-spec &optional env => result
ef-spec
An external format spec.
env
An environment across which the spec should apply.
result
A boolean.
This predicate tests whether the external format spec given in ef-spec is valid (in the environment env).
result is t if ef-spec is a valid spec, and nil otherwise.
t
nil
(valid-external-format-p '(:Unicode :eol-style :lf))
LispWorks User Guide and Reference Manual - 20 Sep 2017