[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
APPEND and NCONC
- To: common-lisp@SU-AI.ARPA
- Subject: APPEND and NCONC
- From: NGALL@G.BBN.COM
- Date: Thu, 17 Jul 1986 19:37:00 -0000
- Sender: NGALL@G.BBN.COM
The doc for APPEND should be clarified to warn the user that APPEND
can return a non-list, e.g.,
(append '() t) => t
Also, the doc for NCONC should be clarified so that NCONC behaves
analogously to APPEND when its last argument is an atom.
-- Nick
{Sorry if this is a repeat.}