GNU bug report logs - #29524
25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions

Previous Next

Package: emacs;

Reported by: yantar92 <at> gmail.com

Date: Fri, 1 Dec 2017 16:40:01 UTC

Severity: minor

Found in version 25.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: yantar92 <at> gmail.com
To: 29524 <at> debbugs.gnu.org
Subject: bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
Date: Fri, 01 Dec 2017 15:43:39 +0800
[Message part 1 (text/plain, inline)]
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

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.