diff options
| author | Joakim Verona | 2012-01-23 15:10:06 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-23 15:10:06 +0100 |
| commit | 0322b140eead7c94de7f0f6d19a90bd15690b4eb (patch) | |
| tree | 950c011783cc896d0450084cb5155e54548bfe5b /doc/lispref/elisp.texi | |
| parent | d5114bfea3ea4c37c57e2af0f3b095be9fcd8bac (diff) | |
| parent | cb5850f27c1b4d26957d58e2da2314dd12498671 (diff) | |
| download | emacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.tar.gz emacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.zip | |
upstream
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 | ||