Update docs after incorporating README.md change

master
Basil L. Contovounesios 5 years ago
parent 0f238a9a46
commit eb0a94fa35
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 6
      README.md
  2. 46
      dash.info
  3. 6
      dash.texi
  4. 6
      readme-template.md

@ -2225,7 +2225,7 @@ and when that result is non-nil, through the next form, etc.
#### -some--> `(x &optional form &rest more)` #### -some--> `(x &optional form &rest more)`
When expr in non-nil, thread it through the first form (via [`-->`](#---x-rest-forms)), When expr is non-nil, thread it through the first form (via [`-->`](#---x-rest-forms)),
and when that result is non-nil, through the next form, etc. and when that result is non-nil, through the next form, etc.
```el ```el
@ -2658,8 +2658,8 @@ These combinators require Emacs 24 for its lexical scope. So they are offered in
#### -partial `(fn &rest args)` #### -partial `(fn &rest args)`
Takes a function `fn` and fewer than the normal arguments to `fn`, Take a function `fn` and fewer than the normal arguments to `fn`,
and returns a fn that takes a variable number of additional `args`. and return a fn that takes a variable number of additional `args`.
When called, the returned function calls `fn` with `args` first and When called, the returned function calls `fn` with `args` first and
then additional args. then additional args.

@ -1,4 +1,4 @@
This is dash.info, produced by makeinfo version 6.5 from dash.texi. This is dash.info, produced by makeinfo version 6.7 from dash.texi.
This manual is for ‘dash.el’ version 2.12.1. This manual is for ‘dash.el’ version 2.12.1.
@ -2140,7 +2140,7 @@ File: dash.info, Node: Threading macros, Next: Binding, Prev: Tree operations
⇒ 106 ⇒ 106
-- Macro: -some--> (x &optional form &rest more) -- Macro: -some--> (x &optional form &rest more)
When expr in non-nil, thread it through the first form (via ‘-->’ When expr is non-nil, thread it through the first form (via ‘-->’
(*note -->::)), and when that result is non-nil, through the next (*note -->::)), and when that result is non-nil, through the next
form, etc. form, etc.
@ -2574,8 +2574,8 @@ These combinators require Emacs 24 for its lexical scope. So they are
offered in a separate package: ‘dash-functional‘. offered in a separate package: ‘dash-functional‘.
-- Function: -partial (fn &rest args) -- Function: -partial (fn &rest args)
Takes a function FN and fewer than the normal arguments to FN, Take a function FN and fewer than the normal arguments to FN, and
and returns a fn that takes a variable number of additional ARGS. return a fn that takes a variable number of additional ARGS.
When called, the returned function calls FN with ARGS first and When called, the returned function calls FN with ARGS first and
then additional args. then additional args.
@ -3396,25 +3396,25 @@ Ref: !cons86589
Ref: !cdr86795 Ref: !cdr86795
Node: Function combinators86990 Node: Function combinators86990
Ref: -partial87264 Ref: -partial87264
Ref: -rpartial87659 Ref: -rpartial87657
Ref: -juxt88061 Ref: -juxt88059
Ref: -compose88493 Ref: -compose88491
Ref: -applify89051 Ref: -applify89049
Ref: -on89498 Ref: -on89480
Ref: -flip90024 Ref: -flip90006
Ref: -const90336 Ref: -const90318
Ref: -cut90680 Ref: -cut90662
Ref: -not91166 Ref: -not91148
Ref: -orfn91476 Ref: -orfn91458
Ref: -andfn91910 Ref: -andfn91892
Ref: -iteratefn92405 Ref: -iteratefn92387
Ref: -fixfn93108 Ref: -fixfn93090
Ref: -prodfn94676 Ref: -prodfn94659
Node: Development95745 Node: Development95728
Node: Contribute96094 Node: Contribute96077
Node: Changes96842 Node: Changes96825
Node: Contributors99841 Node: Contributors99824
Node: Index101465 Node: Index101448
 
End Tag Table End Tag Table

@ -3437,7 +3437,7 @@ and when that result is non-nil, through the next form, etc.
@anchor{-some-->} @anchor{-some-->}
@defmac -some--> (x &optional form &rest more) @defmac -some--> (x &optional form &rest more)
When expr in non-nil, thread it through the first form (via @code{-->} (@pxref{-->})), When expr is non-nil, thread it through the first form (via @code{-->} (@pxref{-->})),
and when that result is non-nil, through the next form, etc. and when that result is non-nil, through the next form, etc.
@example @example
@ -4034,8 +4034,8 @@ These combinators require Emacs 24 for its lexical scope. So they are offered in
@anchor{-partial} @anchor{-partial}
@defun -partial (fn &rest args) @defun -partial (fn &rest args)
Takes a function @var{fn} and fewer than the normal arguments to @var{fn}, Take a function @var{fn} and fewer than the normal arguments to @var{fn},
and returns a fn that takes a variable number of additional @var{args}. and return a fn that takes a variable number of additional @var{args}.
When called, the returned function calls @var{fn} with @var{args} first and When called, the returned function calls @var{fn} with @var{args} first and
then additional args. then additional args.

@ -1,4 +1,8 @@
# <img align="right" src="https://raw.github.com/magnars/dash.el/master/rainbow-dash.png"> dash.el ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/magnars/dash.el/CI) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/magnars/dash.el/CI)
[![MELPA](https://melpa.org/packages/dash-badge.svg)](https://melpa.org/#/dash)
[![MELPA Stable](https://stable.melpa.org/packages/dash-badge.svg)](https://stable.melpa.org/#/dash)
# <img align="right" src="https://raw.github.com/magnars/dash.el/master/rainbow-dash.png"> dash.el
A modern list api for Emacs. No 'cl required. A modern list api for Emacs. No 'cl required.

Loading…
Cancel
Save