Small "problems" in the docs

Started by ale870, July 14, 2009, 04:31:18 PM

Previous topic - Next topic

ale870

Hello,

I found two small errors in the docs.



1) This is trivial, but could be confusing for a new user. In the reference area for (setf) there is the example:

(push 'b (setf (assoc 'b l) '(b 4))) 'b)


It is wrong, in fact "l" letter must be in upper case - see (assoc 'b l):



(push 'b (setf (assoc 'b L) '(b 4))) 'b)


(either in html file or in PDF).



2) PDF file has a title "newLisp 9.1 Manual" but it is for "v.10.1 rev.2".
--