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

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

[elpa] externals/dash ce3c2fe 01/14: Errant paren removed from -let docu


From: Phillip Lord
Subject: [elpa] externals/dash ce3c2fe 01/14: Errant paren removed from -let documentation.
Date: Sun, 04 Oct 2015 12:00:58 +0000

branch: externals/dash
commit ce3c2fea0682a9944fe241f52b5e233a607a773c
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    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 d3721e3..9e70b8a 100644
--- a/dash.el
+++ b/dash.el
@@ -1435,10 +1435,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]