help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: [External] : menu-item uses no dot period before item-property-list


From: Drew Adams
Subject: RE: [External] : menu-item uses no dot period before item-property-list in examples
Date: Mon, 17 Jul 2023 15:05:48 +0000

> > we write (a b c) instead of (a . (b . (c . nil))).
>
> You mean like this
> (equal '(a b c) '(a . (b . (c . nil))))

Yes, of course.  Or:

(let ((x  (list 'a 'b 'c))
      (y  (cons 'a (cons 'b (cons 'c nil)))))
  (equal x y))



reply via email to

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