branch: externals/dash
commit 349931eb5f9e3f013f5e228c8b9e97d4b4b020c4
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Add @holomorph to list of contributors
---
README.md | 1 +
dash-template.texi | 3 +++
readme-template.md | 1 +
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index b3635d4..91f0799 100644
--- a/README.md
+++ b/README.md
@@ -2257,6 +2257,7 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
- [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose`
- [Steve Lamb](https://github.com/steventlamb) contributed `-cycle`, `-pad`,
`-annotate`, `-zip-fill` and an n-ary version of `-zip`.
- [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family
use `-let` destructuring and improved script for generating documentation.
+ - [Mark Oteiza](https://github.com/holomorph) contributed the script to
create an info manual.
Thanks!
diff --git a/dash-template.texi b/dash-template.texi
index ea0339b..4a954a3 100644
--- a/dash-template.texi
+++ b/dash-template.texi
@@ -426,6 +426,9 @@ n-ary version of @code{-zip}.
@uref{https://github.com/fbergroth,Fredrik Bergroth} made the
@code{-if-let} family use @code{-let} destructuring and improved
script for generating documentation.
+@item
+@uref{https://github.com/holomorph,Mark Oteiza} contributed the
+script to create an info manual.
@end itemize
Thanks!
diff --git a/readme-template.md b/readme-template.md
index 92bf465..69392a5 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -204,6 +204,7 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
- [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose`
- [Steve Lamb](https://github.com/steventlamb) contributed `-cycle`, `-pad`,
`-annotate`, `-zip-fill` and an n-ary version of `-zip`.
- [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family
use `-let` destructuring and improved script for generating documentation.
+ - [Mark Oteiza](https://github.com/holomorph) contributed the script to
create an info manual.
Thanks!