emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash fe9bbc2 170/316: Merge pull request #334 from tars


From: ELPA Syncer
Subject: [elpa] externals/dash fe9bbc2 170/316: Merge pull request #334 from tarsiiformes/typo
Date: Mon, 15 Feb 2021 15:57:51 -0500 (EST)

branch: externals/dash
commit fe9bbc2414af645d255de68cd59cf0edd5d8548b
Merge: 721436b 53323ec
Author: Magnar Sveen <magnars@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #334 from tarsiiformes/typo
    
    Fix typo and its copies
---
 README.md | 2 +-
 dash.el   | 2 +-
 dash.info | 2 +-
 dash.texi | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]