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

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

bug#36035: 26.2; doc string of `add-to-list'


From: Drew Adams
Subject: bug#36035: 26.2; doc string of `add-to-list'
Date: Fri, 31 May 2019 14:02:38 -0700 (PDT)

> Have you mixed up add-to-list with some hypothetical add-to-alist?
> 
> (setq foo '((a . "aaa") (b . "bbb"))) ; => ((a . "aaa") (b . "bbb"))
> (add-to-list 'foo '(a . "aaa")) ; => ((a . "aaa") (b . "bbb"))

Duh. ;-)  Need more coffee, for sure.
Sorry about that.  I'll close it.





reply via email to

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