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
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
@ -3109,9 +3110,10 @@ things compatible but no future guarantees are made.
Thanks!
New contributors are welcome. To ensure that dash.el can be
distributed with ELPA or Emacs, we would request that all contributors
assign copyright to the Free Software Foundation.
New contributors are welcome. To ensure that dash.el can be distributed with
GNU ELPA or Emacs, we would request that all contributors assign copyright to
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

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

End Tag Table

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

@ -8,7 +8,8 @@ A modern list api for Emacs. No 'cl required.
## 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
@ -301,9 +302,10 @@ things compatible but no future guarantees are made.
Thanks!
New contributors are welcome. To ensure that dash.el can be
distributed with ELPA or Emacs, we would request that all contributors
assign copyright to the Free Software Foundation.
New contributors are welcome. To ensure that dash.el can be distributed with
GNU ELPA or Emacs, we would request that all contributors assign copyright to
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

Loading…
Cancel
Save