Fix typo and its copies

master
Jonas Bernoulli 6 years ago
parent 721436b04d
commit 53323eca8d
  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