diff --git a/README.md b/README.md index ad0a508..887ebcf 100644 --- a/README.md +++ b/README.md @@ -3074,15 +3074,15 @@ Assignment")`](https://gnu.org/software/emacs/manual/html_node/emacs/Copyright-A `-annotate`, `-zip-fill`, and a variadic version of `-zip`. - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` destructuring and improved the script for generating documentation. -- [Mark Oteiza](https://github.com/holomorph) contributed the script to create - an Info manual. +- [Mark Oteiza](https://github.com/holomorph) contributed `-iota` and + the script to create an Info manual. - [Vasilij Schneidermann](https://github.com/wasamasa) contributed `-some`. - [William West](https://github.com/occidens) made `-fixfn` more robust at handling floats. - [Cam Saul](https://github.com/camsaul) contributed `-some->`, `-some->>`, and `-some-->`. - [Basil L. Contovounesios](https://github.com/basil-conto) contributed - `-common-prefix`. + `-common-prefix`, `-common-suffix`, and various other improvements. - [Paul Pogonyshev](https://github.com/doublep) contributed `-each-r` and `-each-r-while`. diff --git a/dash-template.texi b/dash-template.texi index 9fc19cf..0d657a0 100644 --- a/dash-template.texi +++ b/dash-template.texi @@ -285,8 +285,8 @@ variadic version of @code{-zip}. @code{-if-let} family use @code{-let} destructuring and improved the script for generating documentation. @item -@url{https://github.com/holomorph, Mark Oteiza} contributed the -script to create an Info manual. +@url{https://github.com/holomorph, Mark Oteiza} contributed +@code{-iota} and the script to create an Info manual. @item @url{https://github.com/wasamasa, Vasilij Schneidermann} contributed @code{-some}. @@ -297,8 +297,9 @@ more robust at handling floats. @url{https://github.com/camsaul, Cam Saul} contributed @code{-some->}, @code{-some->>}, and @code{-some-->}. @item -@url{https://github.com/basil-conto, Basil L. Contovounesios} contributed -@code{-common-prefix}. +@url{https://github.com/basil-conto, Basil L. Contovounesios} +contributed @code{-common-prefix}, @code{-common-suffix}, and various +other improvements. @item @url{https://github.com/doublep, Paul Pogonyshev} contributed @code{-each-r} and @code{-each-r-while}. diff --git a/dash.texi b/dash.texi index da5dab4..29d400a 100644 --- a/dash.texi +++ b/dash.texi @@ -4649,8 +4649,8 @@ variadic version of @code{-zip}. @code{-if-let} family use @code{-let} destructuring and improved the script for generating documentation. @item -@url{https://github.com/holomorph, Mark Oteiza} contributed the -script to create an Info manual. +@url{https://github.com/holomorph, Mark Oteiza} contributed +@code{-iota} and the script to create an Info manual. @item @url{https://github.com/wasamasa, Vasilij Schneidermann} contributed @code{-some}. @@ -4661,8 +4661,9 @@ more robust at handling floats. @url{https://github.com/camsaul, Cam Saul} contributed @code{-some->}, @code{-some->>}, and @code{-some-->}. @item -@url{https://github.com/basil-conto, Basil L. Contovounesios} contributed -@code{-common-prefix}. +@url{https://github.com/basil-conto, Basil L. Contovounesios} +contributed @code{-common-prefix}, @code{-common-suffix}, and various +other improvements. @item @url{https://github.com/doublep, Paul Pogonyshev} contributed @code{-each-r} and @code{-each-r-while}. diff --git a/readme-template.md b/readme-template.md index efd862c..e773060 100644 --- a/readme-template.md +++ b/readme-template.md @@ -172,15 +172,15 @@ Assignment")`](https://gnu.org/software/emacs/manual/html_node/emacs/Copyright-A `-annotate`, `-zip-fill`, and a variadic version of `-zip`. - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` destructuring and improved the script for generating documentation. -- [Mark Oteiza](https://github.com/holomorph) contributed the script to create - an Info manual. +- [Mark Oteiza](https://github.com/holomorph) contributed `-iota` and + the script to create an Info manual. - [Vasilij Schneidermann](https://github.com/wasamasa) contributed `-some`. - [William West](https://github.com/occidens) made `-fixfn` more robust at handling floats. - [Cam Saul](https://github.com/camsaul) contributed `-some->`, `-some->>`, and `-some-->`. - [Basil L. Contovounesios](https://github.com/basil-conto) contributed - `-common-prefix`. + `-common-prefix`, `-common-suffix`, and various other improvements. - [Paul Pogonyshev](https://github.com/doublep) contributed `-each-r` and `-each-r-while`.