From 0ee27a46bd73883eec5ff9c63fcf2652bf0f61d3 Mon Sep 17 00:00:00 2001 From: wouter bolsterlee Date: Wed, 30 Oct 2019 23:53:14 +0100 Subject: [PATCH] Clarify docs on -zip-pair future behaviour Fixes #320. --- dash.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dash.el b/dash.el index 55285fa..7b2c6af 100644 --- a/dash.el +++ b/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. 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)) (when lists (let (results)