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

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

[elpa] externals/dash 453c775 115/316: Fix -setq docstring fn reference


From: ELPA Syncer
Subject: [elpa] externals/dash 453c775 115/316: Fix -setq docstring fn reference
Date: Mon, 15 Feb 2021 15:57:38 -0500 (EST)

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

    Fix -setq docstring fn reference
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index 7c24d41..ad6ab65 100644
--- a/dash.el
+++ b/dash.el
@@ -2088,7 +2088,7 @@ expands roughly speaking to the following code
 Care is taken to only evaluate each VAL once so that in case of
 multiple assignments it does not cause unexpected side effects.
 
-(fn [MATCH-FORM VAL]...)"
+\(fn [MATCH-FORM VAL]...)"
   (declare (debug (&rest sexp form))
            (indent 1))
   (when (= (mod (length forms) 2) 1)



reply via email to

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