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).
master
Reuben Garrett 10 years ago committed by Matus Goljer
parent 012b3bca9f
commit 15f384d999
  1. 2
      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

Loading…
Cancel
Save