diff --git a/README.md b/README.md index 42b4f3e..1381d80 100644 --- a/README.md +++ b/README.md @@ -1784,7 +1784,7 @@ a variable number of arguments, such that is identity (given that the lists are the same length). Note in particular that calling this on a list of two lists will -return a list of cons-cells such that the aboce identity works. +return a list of cons-cells such that the above identity works. See also: [`-zip`](#-zip-rest-lists) diff --git a/dash.el b/dash.el index bc713ce..1fc2ec8 100644 --- a/dash.el +++ b/dash.el @@ -1328,7 +1328,7 @@ a variable number of arguments, such that is identity (given that the lists are the same length). Note in particular that calling this on a list of two lists will -return a list of cons-cells such that the aboce identity works. +return a list of cons-cells such that the above identity works. See also: `-zip'" (apply '-zip lists)) diff --git a/dash.info b/dash.info index 3ef1e69..97cc135 100644 --- a/dash.info +++ b/dash.info @@ -1695,7 +1695,7 @@ Other list functions not fit to be classified elsewhere. is identity (given that the lists are the same length). Note in particular that calling this on a list of two lists will - return a list of cons-cells such that the aboce identity works. + return a list of cons-cells such that the above identity works. See also: ‘-zip’ (*note -zip::) diff --git a/dash.texi b/dash.texi index 5dd0290..0e2ffe2 100644 --- a/dash.texi +++ b/dash.texi @@ -2701,7 +2701,7 @@ a variable number of arguments, such that is identity (given that the lists are the same length). Note in particular that calling this on a list of two lists will -return a list of cons-cells such that the aboce identity works. +return a list of cons-cells such that the above identity works. See also: @code{-zip} (@pxref{-zip})