From: Wout Perquin
Subject: What does Paul Graham means by [function]
Date: 
Message-ID: <1177855433.769013.248330@c35g2000hsg.googlegroups.com>
In ANSI Common Lisp, Appendix D, Paul Graham uses both function and
[function] to describe the type of an operator.  Does anybody know
what the difference is between both.  Many thanks, Wout Perquin
From: Takehiko Abe
Subject: Re: What does Paul Graham means by [function]
Date: 
Message-ID: <keke-B2A743.23262129042007@nnrp.gol.com>
> In ANSI Common Lisp, Appendix D, Paul Graham uses both function and
> [function] to describe the type of an operator.  Does anybody know
> what the difference is between both.  Many thanks, Wout Perquin

Those labeled as '[function]' seems to be deprecated functions.