Use correct names of package archives

* dash-template.texi (Installation):
* readme-template.md (Installation, Contributors): Refer to GNU ELPA
the archive, not ELPA the protocol.  Upcase MELPA.

* README.md:
* dash.info:
* dash.texi: Regenerate docs.
master
Basil L. Contovounesios 5 years ago
parent e4e52691c5
commit b1bc1bfe1c
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 10
      README.md
  2. 4
      dash-template.texi
  3. 402
      dash.info
  4. 4
      dash.texi
  5. 10
      readme-template.md

@ -8,7 +8,8 @@ A modern list api for Emacs. No 'cl required.
## Installation ## Installation
It's available on [Melpa](https://melpa.org/): It's available on [GNU ELPA](https://elpa.gnu.org/) and
[MELPA](https://melpa.org/):
M-x package-install dash M-x package-install dash
@ -3109,9 +3110,10 @@ things compatible but no future guarantees are made.
Thanks! Thanks!
New contributors are welcome. To ensure that dash.el can be New contributors are welcome. To ensure that dash.el can be distributed with
distributed with ELPA or Emacs, we would request that all contributors GNU ELPA or Emacs, we would request that all contributors assign copyright to
assign copyright to the Free Software Foundation. the Free Software Foundation. For more on this, see [`(info "(emacs) Copyright
Assignment")`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html).
## License ## License

@ -81,8 +81,8 @@ Development
@node Installation @node Installation
@chapter Installation @chapter Installation
It's available on @uref{https://melpa.org/,Melpa}; use @code{M-x It's available on @uref{https://elpa.gnu.org/, GNU ELPA} and
package-install}: @uref{https://melpa.org/, MELPA}; use @code{M-x package-install}:
@table @kbd @table @kbd
@item M-x package-install @key{RET} dash @item M-x package-install @key{RET} dash

@ -91,8 +91,8 @@ File: dash.info, Node: Installation, Next: Functions, Prev: Top, Up: Top
1 Installation 1 Installation
************** **************
It’s available on Melpa (https://melpa.org/); use ‘M-x It’s available on GNU ELPA (https://elpa.gnu.org/) and MELPA
package-install’: (https://melpa.org/); use ‘M-x package-install’:
‘M-x package-install <RET> dash’ ‘M-x package-install <RET> dash’
Install the dash library. Install the dash library.
@ -3216,205 +3216,205 @@ Index
Tag Table: Tag Table:
Node: Top946 Node: Top946
Node: Installation2425 Node: Installation2425
Node: Using in a package2958 Node: Using in a package2995
Node: Syntax highlighting of dash functions3322 Node: Syntax highlighting of dash functions3359
Node: Functions3705 Node: Functions3742
Node: Maps4916 Node: Maps4953
Ref: -map5211 Ref: -map5248
Ref: -map-when5552 Ref: -map-when5589
Ref: -map-first6135 Ref: -map-first6172
Ref: -map-last6613 Ref: -map-last6650
Ref: -map-indexed7086 Ref: -map-indexed7123
Ref: -annotate7566 Ref: -annotate7603
Ref: -splice8056 Ref: -splice8093
Ref: -splice-list8837 Ref: -splice-list8874
Ref: -mapcat9299 Ref: -mapcat9336
Ref: -copy9675 Ref: -copy9712
Node: Sublist selection9879 Node: Sublist selection9916
Ref: -filter10072 Ref: -filter10109
Ref: -remove10524 Ref: -remove10561
Ref: -remove-first10935 Ref: -remove-first10972
Ref: -remove-last11462 Ref: -remove-last11499
Ref: -remove-item11983 Ref: -remove-item12020
Ref: -non-nil12378 Ref: -non-nil12415
Ref: -slice12537 Ref: -slice12574
Ref: -take13069 Ref: -take13106
Ref: -take-last13377 Ref: -take-last13414
Ref: -drop13700 Ref: -drop13737
Ref: -drop-last13973 Ref: -drop-last14010
Ref: -take-while14233 Ref: -take-while14270
Ref: -drop-while14583 Ref: -drop-while14620
Ref: -select-by-indices14939 Ref: -select-by-indices14976
Ref: -select-columns15453 Ref: -select-columns15490
Ref: -select-column16158 Ref: -select-column16195
Node: List to list16621 Node: List to list16658
Ref: -keep16813 Ref: -keep16850
Ref: -concat17316 Ref: -concat17353
Ref: -flatten17613 Ref: -flatten17650
Ref: -flatten-n18372 Ref: -flatten-n18409
Ref: -replace18759 Ref: -replace18796
Ref: -replace-first19222 Ref: -replace-first19259
Ref: -replace-last19719 Ref: -replace-last19756
Ref: -insert-at20209 Ref: -insert-at20246
Ref: -replace-at20536 Ref: -replace-at20573
Ref: -update-at20931 Ref: -update-at20968
Ref: -remove-at21422 Ref: -remove-at21459
Ref: -remove-at-indices21910 Ref: -remove-at-indices21947
Node: Reductions22492 Node: Reductions22529
Ref: -reduce-from22661 Ref: -reduce-from22698
Ref: -reduce-r-from23427 Ref: -reduce-r-from23464
Ref: -reduce24194 Ref: -reduce24231
Ref: -reduce-r24928 Ref: -reduce-r24965
Ref: -reductions-from25798 Ref: -reductions-from25835
Ref: -reductions-r-from26513 Ref: -reductions-r-from26550
Ref: -reductions27238 Ref: -reductions27275
Ref: -reductions-r27863 Ref: -reductions-r27900
Ref: -count28498 Ref: -count28535
Ref: -sum28722 Ref: -sum28759
Ref: -running-sum28911 Ref: -running-sum28948
Ref: -product29204 Ref: -product29241
Ref: -running-product29413 Ref: -running-product29450
Ref: -inits29726 Ref: -inits29763
Ref: -tails29974 Ref: -tails30011
Ref: -common-prefix30221 Ref: -common-prefix30258
Ref: -common-suffix30518 Ref: -common-suffix30555
Ref: -min30815 Ref: -min30852
Ref: -min-by31041 Ref: -min-by31078
Ref: -max31564 Ref: -max31601
Ref: -max-by31789 Ref: -max-by31826
Node: Unfolding32317 Node: Unfolding32354
Ref: -iterate32556 Ref: -iterate32593
Ref: -unfold33001 Ref: -unfold33038
Node: Predicates33809 Node: Predicates33846
Ref: -any?33933 Ref: -any?33970
Ref: -all?34253 Ref: -all?34290
Ref: -none?34583 Ref: -none?34620
Ref: -only-some?34885 Ref: -only-some?34922
Ref: -contains?35370 Ref: -contains?35407
Ref: -same-items?35759 Ref: -same-items?35796
Ref: -is-prefix?36144 Ref: -is-prefix?36181
Ref: -is-suffix?36467 Ref: -is-suffix?36504
Ref: -is-infix?36790 Ref: -is-infix?36827
Node: Partitioning37144 Node: Partitioning37181
Ref: -split-at37332 Ref: -split-at37369
Ref: -split-with37617 Ref: -split-with37654
Ref: -split-on38020 Ref: -split-on38057
Ref: -split-when38696 Ref: -split-when38733
Ref: -separate39336 Ref: -separate39373
Ref: -partition39778 Ref: -partition39815
Ref: -partition-all40230 Ref: -partition-all40267
Ref: -partition-in-steps40658 Ref: -partition-in-steps40695
Ref: -partition-all-in-steps41155 Ref: -partition-all-in-steps41192
Ref: -partition-by41640 Ref: -partition-by41677
Ref: -partition-by-header42022 Ref: -partition-by-header42059
Ref: -partition-after-pred42626 Ref: -partition-after-pred42663
Ref: -partition-before-pred42970 Ref: -partition-before-pred43007
Ref: -partition-before-item43321 Ref: -partition-before-item43358
Ref: -partition-after-item43632 Ref: -partition-after-item43669
Ref: -group-by43938 Ref: -group-by43975
Node: Indexing44375 Node: Indexing44412
Ref: -elem-index44577 Ref: -elem-index44614
Ref: -elem-indices44972 Ref: -elem-indices45009
Ref: -find-index45355 Ref: -find-index45392
Ref: -find-last-index45844 Ref: -find-last-index45881
Ref: -find-indices46348 Ref: -find-indices46385
Ref: -grade-up46756 Ref: -grade-up46793
Ref: -grade-down47159 Ref: -grade-down47196
Node: Set operations47569 Node: Set operations47606
Ref: -union47752 Ref: -union47789
Ref: -difference48194 Ref: -difference48231
Ref: -intersection48611 Ref: -intersection48648
Ref: -powerset49048 Ref: -powerset49085
Ref: -permutations49261 Ref: -permutations49298
Ref: -distinct49561 Ref: -distinct49598
Node: Other list operations49939 Node: Other list operations49976
Ref: -rotate50164 Ref: -rotate50201
Ref: -repeat50534 Ref: -repeat50571
Ref: -cons*50797 Ref: -cons*50834
Ref: -snoc51184 Ref: -snoc51221
Ref: -interpose51597 Ref: -interpose51634
Ref: -interleave51895 Ref: -interleave51932
Ref: -zip-with52264 Ref: -zip-with52301
Ref: -zip52981 Ref: -zip53018
Ref: -zip-lists53813 Ref: -zip-lists53850
Ref: -zip-fill54514 Ref: -zip-fill54551
Ref: -unzip54837 Ref: -unzip54874
Ref: -cycle55582 Ref: -cycle55619
Ref: -pad55955 Ref: -pad55992
Ref: -table56278 Ref: -table56315
Ref: -table-flat57068 Ref: -table-flat57105
Ref: -first58077 Ref: -first58114
Ref: -some58449 Ref: -some58486
Ref: -last58758 Ref: -last58795
Ref: -first-item59092 Ref: -first-item59129
Ref: -second-item59508 Ref: -second-item59545
Ref: -third-item59788 Ref: -third-item59825
Ref: -fourth-item60066 Ref: -fourth-item60103
Ref: -fifth-item60332 Ref: -fifth-item60369
Ref: -last-item60594 Ref: -last-item60631
Ref: -butlast60886 Ref: -butlast60923
Ref: -sort61133 Ref: -sort61170
Ref: -list61621 Ref: -list61658
Ref: -fix61952 Ref: -fix61989
Node: Tree operations62492 Node: Tree operations62529
Ref: -tree-seq62688 Ref: -tree-seq62725
Ref: -tree-map63546 Ref: -tree-map63583
Ref: -tree-map-nodes63989 Ref: -tree-map-nodes64026
Ref: -tree-reduce64844 Ref: -tree-reduce64881
Ref: -tree-reduce-from65726 Ref: -tree-reduce-from65763
Ref: -tree-mapreduce66327 Ref: -tree-mapreduce66364
Ref: -tree-mapreduce-from67187 Ref: -tree-mapreduce-from67224
Ref: -clone68473 Ref: -clone68510
Node: Threading macros68801 Node: Threading macros68838
Ref: ->68946 Ref: ->68983
Ref: ->>69438 Ref: ->>69475
Ref: -->69943 Ref: -->69980
Ref: -as->70504 Ref: -as->70541
Ref: -some->70959 Ref: -some->70996
Ref: -some->>71333 Ref: -some->>71370
Ref: -some-->71769 Ref: -some-->71806
Node: Binding72240 Node: Binding72277
Ref: -when-let72452 Ref: -when-let72489
Ref: -when-let*72937 Ref: -when-let*72974
Ref: -if-let73465 Ref: -if-let73502
Ref: -if-let*73860 Ref: -if-let*73897
Ref: -let74477 Ref: -let74514
Ref: -let*80565 Ref: -let*80602
Ref: -lambda81506 Ref: -lambda81543
Ref: -setq82308 Ref: -setq82345
Node: Side-effects83124 Node: Side-effects83161
Ref: -each83318 Ref: -each83355
Ref: -each-while83725 Ref: -each-while83762
Ref: -each-indexed84085 Ref: -each-indexed84122
Ref: -each-r84603 Ref: -each-r84640
Ref: -each-r-while85036 Ref: -each-r-while85073
Ref: -dotimes85411 Ref: -dotimes85448
Ref: -doto85714 Ref: -doto85751
Ref: --doto86141 Ref: --doto86178
Node: Destructive operations86416 Node: Destructive operations86453
Ref: !cons86589 Ref: !cons86626
Ref: !cdr86795 Ref: !cdr86832
Node: Function combinators86990 Node: Function combinators87027
Ref: -partial87264 Ref: -partial87301
Ref: -rpartial87657 Ref: -rpartial87694
Ref: -juxt88059 Ref: -juxt88096
Ref: -compose88491 Ref: -compose88528
Ref: -applify89049 Ref: -applify89086
Ref: -on89480 Ref: -on89517
Ref: -flip90006 Ref: -flip90043
Ref: -const90318 Ref: -const90355
Ref: -cut90662 Ref: -cut90699
Ref: -not91148 Ref: -not91185
Ref: -orfn91458 Ref: -orfn91495
Ref: -andfn91892 Ref: -andfn91929
Ref: -iteratefn92387 Ref: -iteratefn92424
Ref: -fixfn93090 Ref: -fixfn93127
Ref: -prodfn94659 Ref: -prodfn94696
Node: Development95728 Node: Development95765
Node: Contribute96077 Node: Contribute96114
Node: Changes96825 Node: Changes96862
Node: Contributors99824 Node: Contributors99861
Node: Index101448 Node: Index101485
 
End Tag Table End Tag Table

@ -96,8 +96,8 @@ Development
@node Installation @node Installation
@chapter Installation @chapter Installation
It's available on @uref{https://melpa.org/,Melpa}; use @code{M-x It's available on @uref{https://elpa.gnu.org/, GNU ELPA} and
package-install}: @uref{https://melpa.org/, MELPA}; use @code{M-x package-install}:
@table @kbd @table @kbd
@item M-x package-install @key{RET} dash @item M-x package-install @key{RET} dash

@ -8,7 +8,8 @@ A modern list api for Emacs. No 'cl required.
## Installation ## Installation
It's available on [Melpa](https://melpa.org/): It's available on [GNU ELPA](https://elpa.gnu.org/) and
[MELPA](https://melpa.org/):
M-x package-install dash M-x package-install dash
@ -301,9 +302,10 @@ things compatible but no future guarantees are made.
Thanks! Thanks!
New contributors are welcome. To ensure that dash.el can be New contributors are welcome. To ensure that dash.el can be distributed with
distributed with ELPA or Emacs, we would request that all contributors GNU ELPA or Emacs, we would request that all contributors assign copyright to
assign copyright to the Free Software Foundation. the Free Software Foundation. For more on this, see [`(info "(emacs) Copyright
Assignment")`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html).
## License ## License

Loading…
Cancel
Save