home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0056.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  287 b   |  8 lines

  1. I suspect the extra arguments to defvar are used in other systems for
  2. storage of documentation strings in appropriate places.  E.g.
  3. (defvar dozen 12 "initially 12 except in the baker system when it is 13")
  4. causes some association with defvar and documentation should be put on
  5. a file.
  6.  
  7.  
  8.