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

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

[elpa] externals/dash 1de9dcb83e 3/3: Merge PR #414 from w08r/master


From: ELPA Syncer
Subject: [elpa] externals/dash 1de9dcb83e 3/3: Merge PR #414 from w08r/master
Date: Fri, 10 May 2024 09:57:51 -0400 (EDT)

branch: externals/dash
commit 1de9dcb83eacfb162b6d9a118a4770b1281bcd84
Merge: 885332bbc4 e6fbcb2966
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    Merge PR #414 from w08r/master
---
 README.md | 2 +-
 dash.el   | 2 +-
 dash.texi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9f457b5336..83e15c0eb9 100644
--- a/README.md
+++ b/README.md
@@ -2507,7 +2507,7 @@ Starting with the value of `x`, thread each expression 
through `forms`.
 
 Insert `x` at the position signified by the symbol `it` in the first
 form.  If there are more forms, insert the first form at the position
-signified by `it` in in second form, etc.
+signified by `it` in the second form, etc.
 
 ```el
 (--> "def" (concat "abc" it "ghi")) ;; => "abcdefghi"
diff --git a/dash.el b/dash.el
index 059095bfd7..ed2a859235 100644
--- a/dash.el
+++ b/dash.el
@@ -2108,7 +2108,7 @@ last item in second form, etc."
 
 Insert X at the position signified by the symbol `it' in the first
 form.  If there are more forms, insert the first form at the position
-signified by `it' in in second form, etc."
+signified by `it' in the second form, etc."
   (declare (debug (form body)))
   `(-as-> ,x it ,@forms))
 
diff --git a/dash.texi b/dash.texi
index 6f512b0ced..4c9d07c8aa 100644
--- a/dash.texi
+++ b/dash.texi
@@ -3778,7 +3778,7 @@ Starting with the value of @var{x}, thread each 
expression through @var{forms}.
 
 Insert @var{x} at the position signified by the symbol @code{it} in the first
 form.  If there are more forms, insert the first form at the position
-signified by @code{it} in in second form, etc.
+signified by @code{it} in the second form, etc.
 
 @example
 @group



reply via email to

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