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

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

bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Seq


From: yantar92
Subject: bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
Date: Fri, 01 Dec 2017 15:43:39 +0800

An example from description of seq-uniq has a typo:
(seq-uniq '(1 2 2 1 3))
          ⇒ (1 2 3)
          (seq-uniq '(1 2 2.0 1.0) #'=)
          ⇒ [3 4] ;; *typo - should be [1 2]*

Regards,
Ihor

Attachment: signature.asc
Description: PGP signature


reply via email to

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