emacs-devel
[Top][All Lists]
Advanced

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

RE: Documentation for car and cdr


From: Drew Adams
Subject: RE: Documentation for car and cdr
Date: Sat, 28 Jan 2006 12:01:01 -0800

I wrote:

    (cdr ARG):
    Return the cdr (second part) of a cons cell.
    ARG must be a cons cell or nil, or else an error is raised.
    (cdr (cons a b)) returns b.
    (cdr nil) returns nil.
    See also `car-safe'.

Obviously, I meant "See also `cdr-safe'" in the last line.
    
    




reply via email to

[Prev in Thread] Current Thread [Next in Thread]