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

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

bug#21589: 24.5; contradiction in info


From: Glenn Morris
Subject: bug#21589: 24.5; contradiction in info
Date: Tue, 29 Sep 2015 19:44:55 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Gary wrote:

> The info section Recursive Pattern: _accumulate_ states:
>
> 'This is very like the 'every' pattern using 'cons', except that
> 'cons' is not used, but some other combiner.'
>
> The example link 'Making a List of Files' uses cons to accumulate a list
> of files.

The recursive function call (which is what the section "Recursive
Patterns" is about) in files-in-below-directory uses "append", not cons.
cons happens to be used elsewhere in the function. It says right before
the files-in-below-directory definition that it uses "append".
So personally speaking I don't find it confusing.





reply via email to

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