The below is from ilisp.el:
;;; Load the ILISP provided hyperspec if needed.
(unless (featurep 'hyperspec)
(load-library "extra/hyperspec"))
(unless (featurep 'cltl2)
(load-library "extra/cltl2"))
This doesn't work in GNU Emacs.