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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29524 in the body.
You can then email your comments to 29524 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#29524; Package emacs. (Fri, 01 Dec 2017 16:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to yantar92 <at> gmail.com:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 01 Dec 2017 16:40:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 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)]

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 01 Dec 2017 19:59:02 GMT) Full text and rfc822 format available.

Notification sent to yantar92 <at> gmail.com:
bug acknowledged by developer. (Fri, 01 Dec 2017 19:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 29524-done <at> debbugs.gnu.org (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Dec 2017 12:24:04 GMT) Full text and rfc822 format available.

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.