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

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

[elpa] externals/dash 8a46d3c 013/316: [#170] Add a note about -keep on


From: ELPA Syncer
Subject: [elpa] externals/dash 8a46d3c 013/316: [#170] Add a note about -keep on -filter.
Date: Mon, 15 Feb 2021 15:57:15 -0500 (EST)

branch: externals/dash
commit 8a46d3c7c126d3e979f7f9b36867a413694cd8df
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    [#170] Add a note about -keep on -filter.
---
 dash.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index e486a75..5f9f840 100644
--- a/dash.el
+++ b/dash.el
@@ -220,7 +220,9 @@ See also: `-reduce-r-from', `-reduce'"
 (defun -filter (pred list)
   "Return a new list of the items in LIST for which PRED returns a non-nil 
value.
 
-Alias: `-select'"
+Alias: `-select'
+
+See also: `-keep'"
   (--filter (funcall pred it) list))
 
 (defalias '-select '-filter)



reply via email to

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