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

[no subject]



In System 78.34, ZMail 38.5, microcode 836, 60.45hz, on Lisp Machine Twenty:

(defvar foo 1 "a dummy variable")
"a dummy variable"

(documentation 'foo)
NIL

I realize that documentation is defined to work only for
functions (Blue Book page 150), but maybe it should be changed
to be more general. This might cause problems if its argument
is the name of a function and has a VALUE-DOCUMENTATION property.