Drew Adams writes: >> Do you have a suggestion for how to rewrite this text without going >> over the recommended 67 character limit? >> Association list of subdirectories and their buffer positions. >> The best I could come up with is this (exactly 67 characters): >> Alist of subdirectories and the buffer positions of their listings. [...] > However, the alist contains not only elements for the > listed subdirs but also an element for the listed main > dir. The doc string is unclear about that. > > This is clear, I think. And the lines are all less than > 60 chars wide: > > Alist of listed directory names and their buffer positions. > Alist elements have the form (DIRNAME . STARTMARKER), where > DIRNAME is the listed absolute name of the directory and > STARTMARKER is a marker at the beginning of DIRNAME. > > The elements are in reverse order of the listing. If no > subdirectories are listed then the alist contains only one > element, for the listed directory. > > That also makes clear that DIRNAME is an absolute file name, > and it is what is shown in the listing. And it makes clear > what the "one element" is when there are no subdir listings. Thanks, that's much better. I've attached an updated patch with a slightly different wording. If there are no further comments or objections, I intend to push this in a couple of days. Best regards, Stefan Kangas