[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
documentation string in MCL
- To: info-mcl@cambridge.apple.com
- Subject: documentation string in MCL
- From: staley@carnap.srl.ford.com (Scott M. Staley)
- Date: Fri, 2 Oct 92 20:07:20 EDT
- Cc: staley@carnap.srl.ford.com
Is there a way to have the documentation strings in user defined
functions, e.g.
(defun foo (x)
"Foo computes the foo of x."
nil)
show up in the nice format that system functions entered in the MCL help
file show up when using the documentation window? There the args are shown
and special fonts are used.
Thanks,
Scott