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

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

[debbugs-tracker] bug#29524: closed (25.3; Typo in elisp info page Seque


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29524: closed (25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions)
Date: Fri, 01 Dec 2017 19:59:02 +0000

Your message dated Fri, 01 Dec 2017 21:57:25 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
29524: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29524
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- 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: address@hidden
> 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.


--- End Message ---

reply via email to

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