Sami Airaksinen <samia...@gmail.com> writes: > I got confused, do you want a comment in the source code or in the commit > message?
The former. > So comment in the source code would be something like, > "tangle-file traversal returns reversed list of tangled files and we want > to evaluate the first target" That's fine. > If explanation is for car+last combo: (car (last ...)) the car is needed > because (last ...) returns the last link which is list of one element. No it isn't about car+last but why we're interested in the last element instead of the first one. Thanks,