home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / doc / docstrings < prev    next >
Encoding:
Text File  |  1988-05-04  |  630 b   |  30 lines

  1. A facility for completion and on line help in emacs, for common lisp
  2. documentation is provided.
  3. To use this facility you must have gnu emacs, and you must copy the
  4. lsp/*.el files into the emacs/lisp directory.
  5.  
  6. cp lsp/*.el /usr/local/src/emacs/lisp
  7. (or onto a path in the emacs load-path)
  8.  
  9. You must also
  10. make -f Smakefile doc
  11.  
  12. Also install print_doc onto your search path
  13. mv xbin/print_doc /usr/local/bin
  14.  
  15. Load library find-doc
  16. Now the keystroke
  17. C-h d
  18. will then obtain documentation on any common lisp symbol, in the other
  19. window, just as emacs does.
  20.  
  21. To build documentation on a collection of lisp files:
  22.  
  23. xbin/edoc *.lisp
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.