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

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

RE: adding a string to every element in a list


From: Drew Adams
Subject: RE: adding a string to every element in a list
Date: Sun, 16 Nov 2008 22:54:14 -0800

> it's not obvious to me how i would do something as simple as iterating
> through the elements of a list, modifying each element in hte 
> same way. mylist = ["a" "silly" "list"]
> and the new list would be ["aADD" "sillyADD" "listADD"]

C-h f mapcar





reply via email to

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