[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: doc string of tags-query-replace - args not described
From: |
Drew Adams |
Subject: |
RE: doc string of tags-query-replace - args not described |
Date: |
Sat, 26 Jan 2008 08:20:08 -0800 |
> > The args FILE-LIST-FORM, START, and END are not described in the doc
> > string.
>
> Do they even matter?
No, they don't seem to.
The doc string should say that (they are ignored but are included for
compatibility, or whatever). If all calls to the function don't use them,
perhaps they can be eliminated (dunno).
And, for clarity, the last line of the function can be changed to
(tags-loop-continue t) instead of
(tags-loop-continue (or file-list-form t))