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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29524: closed (25.3; Typo in elisp info page Sequences Arrays
 Vectors -> Sequence functions)
Date: Fri, 01 Dec 2017 19:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Dec 2017 21:57:25 +0200
with message-id <83wp261asa.fsf <at> gnu.org>
and subject line Re: bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
has caused the debbugs.gnu.org bug report #29524,
regarding 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29524: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29524
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: yantar92 <at> gmail.com
To: bug-gnu-emacs <at> gnu.org
Subject: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence
 functions
Date: Fri, 01 Dec 2017 15:43:39 +0800
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: yantar92 <at> gmail.com
Cc: 29524-done <at> debbugs.gnu.org
Subject: Re: bug#29524: 25.3;
 Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
Date: Fri, 01 Dec 2017 21:57:25 +0200
> From: yantar92 <at> gmail.com
> 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]*

Thanks, fixed.


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

Previous Next


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