From: Yuji Minejima
Subject: hyperspec-addon.el ver. 3.11
Date: 
Message-ID: <c65347$q5s$1@news521.nifty.com>
Hi, all.

I wondered where this notice should be posted.
I picked here over gnu.emacs.sources.

;; You can look up Common Lisp symbols in Common Lisp HyperSpec with
;; hyperspec.el within Emacs. hyperspec-addon.el adds some entries to
;; hyperspec.el.
;;
;; This package needs hyperspec.el to work, and overrides
;; `common-lisp-hyperspec' command to handle MOP entries.
;; The command's user interface is also changed to work more like Emacs
;; standard commands.
;;
;; The added entries are chapter names (e.g. "[object]"), format control
;; characters (e.g. "~C: Character"), reader macro characters
;; (e.g. "#+"), loop keywords (e.g. "loop:collect"), MOP symbols
;; (e.g. ""class-direct-slots"") and so on.
;;
;; Adding the following code to your .emacs or .ilisp should work.
;; (eval-after-load "hyperspec" '(load "hyperspec-addon"))
;; (eval-after-load "extra/hyperspec" '(load "hyperspec-addon")) ; for ilisp
;;
;; You might want to use mcomplete.el with it, or entry names are too
;; long to enter.

Hope this is usefull for someone.

hyperspec-addon.el ver. 3.11
http://homepage1.nifty.com/bmonkey/emacs/elisp/hyperspec-addon.el