branch: externals/dash
commit 15f384d9990e5874197ca2f5cf9ea303568ba305
Author: Reuben Garrett <reubengarr...@gmail.com>
Commit: Matus Goljer <dota.k...@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