[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation strings and function.
- To: allen@BFLY-VAX.BBN.COM
- Subject: Documentation strings and function.
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Thu, 04 Sep 1986 19:20:00 -0000
- Cc: Common-Lisp@SU-AI.ARPA
- In-reply-to: Msg of 4 Sep 1986 13:55-EDT from allen at bfly-vax.bbn.com
- Sender: FAHLMAN@C.CS.CMU.EDU
defun name lambda-list {declaration}* [doc-string] {declaration}* {form}*
Yes, it looks like this is the right way to express things in this case.
-- Scott