diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 0b8d972c1d5..1555b98e7fb 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -326,7 +326,6 @@ Lists | |||
| 326 | * Modifying Lists:: Storing new pieces into an existing list. | 326 | * Modifying Lists:: Storing new pieces into an existing list. |
| 327 | * Sets And Lists:: A list can represent a finite mathematical set. | 327 | * Sets And Lists:: A list can represent a finite mathematical set. |
| 328 | * Association Lists:: A list can represent a finite relation or mapping. | 328 | * Association Lists:: A list can represent a finite relation or mapping. |
| 329 | * Rings:: Managing a fixed-size ring of objects. | ||
| 330 | 329 | ||
| 331 | Modifying Existing List Structure | 330 | Modifying Existing List Structure |
| 332 | 331 | ||
| @@ -344,6 +343,7 @@ Sequences, Arrays, and Vectors | |||
| 344 | * Vector Functions:: Functions specifically for vectors. | 343 | * Vector Functions:: Functions specifically for vectors. |
| 345 | * Char-Tables:: How to work with char-tables. | 344 | * Char-Tables:: How to work with char-tables. |
| 346 | * Bool-Vectors:: How to work with bool-vectors. | 345 | * Bool-Vectors:: How to work with bool-vectors. |
| 346 | * Rings:: Managing a fixed-size ring of objects. | ||
| 347 | 347 | ||
| 348 | Hash Tables | 348 | Hash Tables |
| 349 | 349 | ||