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

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

[elpa] externals/dash 3e2e0b5 03/14: Merge pull request #131 from phillo


From: Phillip Lord
Subject: [elpa] externals/dash 3e2e0b5 03/14: Merge pull request #131 from phillord/fix/documentation-for-let
Date: Sun, 04 Oct 2015 12:00:59 +0000

branch: externals/dash
commit 3e2e0b572876aa92ddeb0128912aa86068253238
Merge: eadb265 ce3c2fe
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    Merge pull request #131 from phillord/fix/documentation-for-let
    
    Errant paren removed from -let documentation.
---
 dash.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dash.el b/dash.el
index 272aee1..ac143bc 100644
--- a/dash.el
+++ b/dash.el
@@ -1584,10 +1584,10 @@ Vectors:
                    If the PATTERN is longer than SOURCE, an `error' is
                    thrown.
 
-  [a1 a2 a3 ... &rest rest] ) - as above, but bind the rest of
-                                the sequence to REST.  This is
-                                conceptually the same as improper list
-                                matching (a1 a2 ... aN . rest)
+  [a1 a2 a3 ... &rest rest] - as above, but bind the rest of
+                              the sequence to REST.  This is
+                              conceptually the same as improper list
+                              matching (a1 a2 ... aN . rest)
 
 Key/value stores:
 



reply via email to

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