[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

documentation string in MCL



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