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

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

[elpa] externals/dash 232086b3b0 1/3: Fix typo in --> docstring in dash.


From: ELPA Syncer
Subject: [elpa] externals/dash 232086b3b0 1/3: Fix typo in --> docstring in dash.el (#414)
Date: Fri, 10 May 2024 09:57:50 -0400 (EDT)

branch: externals/dash
commit 232086b3b057ade410a8978b3bc47f1886763933
Author: w08r <3176756+w08r@users.noreply.github.com>
Commit: Basil L. Contovounesios <basil@contovou.net>

    Fix typo in --> docstring in dash.el (#414)
    
    Copyright-paperwork-exempt: yes
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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