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

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

[elpa] externals/dash ac1f66a 215/316: ; Fix omission in last change


From: ELPA Syncer
Subject: [elpa] externals/dash ac1f66a 215/316: ; Fix omission in last change
Date: Mon, 15 Feb 2021 15:58:03 -0500 (EST)

branch: externals/dash
commit ac1f66a41e76ff645ab98f5482bb7ba073a9da65
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix omission in last change
---
 README.md | 2 +-
 dash.el   | 2 +-
 dash.texi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1b50586..85d7d44 100644
--- a/README.md
+++ b/README.md
@@ -2650,7 +2650,7 @@ if `num` is less than 1.
 
 #### -doto `(init &rest forms)`
 
-Evaluate `init` and thread the result as the 2nd argument to other forms.
+Evaluate `init` and thread the result as the 2nd argument to other `forms`.
 `init` is evaluated once.  Its result is passed to `forms`, which are
 then evaluated sequentially.  Returns the target form.
 
diff --git a/dash.el b/dash.el
index 7e8d39e..6548f8d 100644
--- a/dash.el
+++ b/dash.el
@@ -63,7 +63,7 @@
          (!cdr ,l)))))
 
 (defmacro -doto (init &rest forms)
-  "Evaluate INIT and thread the result as the 2nd argument to other forms.
+  "Evaluate INIT and thread the result as the 2nd argument to other FORMS.
 INIT is evaluated once.  Its result is passed to FORMS, which are
 then evaluated sequentially.  Returns the target form."
   (declare (indent 1))
diff --git a/dash.texi b/dash.texi
index f70a68d..899fbb8 100644
--- a/dash.texi
+++ b/dash.texi
@@ -4026,7 +4026,7 @@ if @var{num} is less than 1.
 
 @anchor{-doto}
 @defmac -doto (init &rest forms)
-Evaluate @var{init} and thread the result as the 2nd argument to other forms.
+Evaluate @var{init} and thread the result as the 2nd argument to other 
@var{forms}.
 @var{init} is evaluated once.  Its result is passed to @var{forms}, which are
 then evaluated sequentially.  Returns the target form.
 



reply via email to

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