Merge pull request #334 from tarsiiformes/typo

Fix typo and its copies
master
Magnar Sveen 6 years ago committed by GitHub
commit fe9bbc2414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      dash.el
  3. 2
      dash.info
  4. 2
      dash.texi

@ -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)

@ -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))

@ -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::)

@ -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})

Loading…
Cancel
Save