Merge pull request #322 from wbolster/zip-pair-doc-clarification

Clarify docs on -zip-pair future behaviour
master
Matus Goljer 6 years ago committed by GitHub
commit fdf61405db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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