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

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

[elpa] externals/dash 15f384d 025/316: Copyedit: argument name consisten


From: ELPA Syncer
Subject: [elpa] externals/dash 15f384d 025/316: Copyedit: argument name consistency (#187)
Date: Mon, 15 Feb 2021 15:57:18 -0500 (EST)

branch: externals/dash
commit 15f384d9990e5874197ca2f5cf9ea303568ba305
Author: Reuben Garrett <ReubenGarrett@GMail.com>
Commit: Matus Goljer <dota.keys@gmail.com>

    Copyedit: argument name consistency (#187)
    
    Renamed argument `list1` to `list` in description to match function 
signature.
    Followup on pull #171 (which I incorrectly submitted against the derived 
documentation).
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index 8938674..57f2ddf 100644
--- a/dash.el
+++ b/dash.el
@@ -1866,7 +1866,7 @@ Alias: `-uniq'"
 (defalias '-uniq '-distinct)
 
 (defun -union (list list2)
-  "Return a new list containing the elements of LIST1 and elements of LIST2 
that are not in LIST1.
+  "Return a new list containing the elements of LIST and elements of LIST2 
that are not in LIST.
 The test for equality is done with `equal',
 or with `-compare-fn' if that's non-nil."
   ;; We fall back to iteration implementation if the comparison



reply via email to

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