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

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

bug#57561: Improve documentation of seq-position


From: Eli Zaretskii
Subject: bug#57561: Improve documentation of seq-position
Date: Sat, 03 Sep 2022 17:23:58 +0300

> Cc: 57561@debbugs.gnu.org
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Sat, 03 Sep 2022 15:30:40 +0200
> 
> Damien Cassou <damien@cassou.me> writes:
> 
> > -  "Return the index of the first element in SEQUENCE that is equal to ELT.
> > -Equality is defined by TESTFN if non-nil or by `equal' if nil."
> > +  "Return the (zero-based) index of the first element in SEQUENCE that is 
> > equal to ELT.
> 
> This makes the first line too long.

Yes.  The usual fix would be

  Return the (zero-based) index of the first element in SEQUENCE equal to ELT.





reply via email to

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