.BG
.VE $Header: /usr/s/current/s/.help/RCS/chapter,v 1.3 85/08/09 14:57:51 rab Exp $
.FN chapter
.TL
chapter: Include a User Chapter of Functions
.CS
chapter(file, detach)
.PP
.AG file
character string, the name of the user chapter to be
searched for S functions (and for their documentation).  The
most recently specified chapter is searched first (relevant
in the case that two chapters have a function of the same
name).  Default is the user's own chapter (".").
.AG detach
if TRUE, the named chapter is detached, rather than attached.
Default FALSE.
.PP
Details on the creation chapters of new functions
are given in the reference.
.SH REFERENCE
R. A. Becker and J. M. Chambers,
.ul
Extending the S System,
Wadsworth, Belmont, CA, 1985.
.EX
chapter("/usr/abc/testfuns")
.KW basic*
.KW chapters
.WR
