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

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

[elpa] externals/dash 123eaaa 078/426: Docs: Refer to !replace-where fro


From: Phillip Lord
Subject: [elpa] externals/dash 123eaaa 078/426: Docs: Refer to !replace-where from !!replace-where.
Date: Tue, 04 Aug 2015 19:36:50 +0000

branch: externals/dash
commit 123eaaa6cfba43bcbed588f82c29a52395ac54a2
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Docs: Refer to !replace-where from !!replace-where.
---
 bang.el |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/bang.el b/bang.el
index 2b96b29..2b9e203 100644
--- a/bang.el
+++ b/bang.el
@@ -192,9 +192,7 @@ Thus function FN should return a collection."
     (nreverse result)))
 
 (defmacro !!replace-where (pred rep list)
-  "Returns a new list where the elements in LIST that does not match the PRED 
function
-are unchanged, and where the elements in LIST that do match the PRED function 
are mapped
-through the REP function."
+  "Anaphoric form of `!replace-where'."
   (let ((l (make-symbol "list"))
         (r (make-symbol "result")))
     `(let ((,l ,list)



reply via email to

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