Clarify docs on -zip-pair future behaviour

Fixes #320.
master
wouter bolsterlee 6 years ago
parent 9631947f2f
commit 0ee27a46bd
  1. 5
      dash.el

@ -1272,7 +1272,10 @@ If two lists are provided as arguments, return the groupings as a list
of cons cells. Otherwise, return the groupings as a list of lists. of cons cells. Otherwise, return the groupings as a list of lists.
Please note! This distinction is being removed in an upcoming 3.0 Please note! This distinction is being removed in an upcoming 3.0
release of Dash. If you rely on this behavior, use -zip-pair instead." release of Dash. If you rely on this behavior, use `-zip-pair` instead,
which will retain that behaviour in future versions.
Alias: `-zip-pair'"
(declare (pure t) (side-effect-free t)) (declare (pure t) (side-effect-free t))
(when lists (when lists
(let (results) (let (results)

Loading…
Cancel
Save