all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
@ 2017-12-01  7:43 yantar92
  2017-12-01 19:57 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: yantar92 @ 2017-12-01  7:43 UTC (permalink / raw)
  To: 29524

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions
  2017-12-01  7:43 bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions yantar92
@ 2017-12-01 19:57 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-12-01 19:57 UTC (permalink / raw)
  To: yantar92; +Cc: 29524-done

> From: yantar92@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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-01 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01  7:43 bug#29524: 25.3; Typo in elisp info page Sequences Arrays Vectors -> Sequence functions yantar92
2017-12-01 19:57 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.