Update table of contents.

This commit is contained in:
Chris O'Donnell 2016-06-16 17:25:19 -04:00
parent 149d37ed29
commit e3a15deeae

View file

@ -1,15 +1,18 @@
**Note:** Many of the descriptions and a couple of the examples are lightly edited from those found on the [Codox documentation](http://nathanmarz.github.io/specter/com.rpl.specter.html). **Note:** Many of the descriptions and a couple of the examples are lightly edited from those found on the [Codox documentation](http://nathanmarz.github.io/specter/com.rpl.specter.html).
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
**Table of Contents** **Table of Contents**
- [Unparameterized Navigators](#unparameterized-navigators) - [Unparameterized Navigators](#unparameterized-navigators)
- [ALL](#all) - [ALL](#all)
- [ATOM](#atom) - [ATOM](#atom)
- [BEGINNING](#beginning) - [BEGINNING](#beginning)
- [DISPENSE](#dispense)
- [END](#end) - [END](#end)
- [FIRST](#first) - [FIRST](#first)
- [LAST](#last) - [LAST](#last)
- [MAP-VALS](#map-vals) - [MAP-VALS](#map-vals)
- [META](#meta)
- [NIL->LIST](#nil-list) - [NIL->LIST](#nil-list)
- [NIL->SET](#nil-set) - [NIL->SET](#nil-set)
- [NIL->VECTOR](#nil-vector) - [NIL->VECTOR](#nil-vector)