3 hyperspec: a ANSI Common Lisp library that provides a
4 reliable way of mapping symbols to URLs for both the Common Lisp
5 Hyperspec and the Common Lisp Object System MetaObject Protocol.
9 Note that there is some overlap between the MOP and the Hyperspec
10 and in those cases `lookup' will always return the Hyperspec result
13 * (lookup "add-method")
14 "http://www.lispworks.com/reference/HyperSpec/Body/f_add_me.htm"
18 * (mop-lookup "add-method")
19 "http://www.alu.org/mop/dictionary.html#add-method"
25 You'll probably have to customize the *hyperspec-map-file* and the
26 *mop-map-file* to point to local copies (note that Mop_Sym.txt is
27 distributed with this library).