emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 0ee27a4 157/316: Clarify docs on -zip-pair future


From: ELPA Syncer
Subject: [elpa] externals/dash 0ee27a4 157/316: Clarify docs on -zip-pair future behaviour
Date: Mon, 15 Feb 2021 15:57:48 -0500 (EST)

branch: externals/dash
commit 0ee27a46bd73883eec5ff9c63fcf2652bf0f61d3
Author: wouter bolsterlee <wouter@bolsterl.ee>
Commit: wouter bolsterlee <wouter@bolsterl.ee>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]