diff options
| author | Glenn Morris | 2014-02-05 00:35:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-05 00:35:24 -0800 |
| commit | 6222d672a5c5dd06023b424a07b39729dd9d4550 (patch) | |
| tree | 4e2e23dad69afdc7dada35b03e9c7ca8c6b3be7b | |
| parent | 645586dcd8979d58b3f8825404d6e1b630855753 (diff) | |
| download | emacs-6222d672a5c5dd06023b424a07b39729dd9d4550.tar.gz emacs-6222d672a5c5dd06023b424a07b39729dd9d4550.zip | |
* doc/misc/epa.texi: Add indices.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 606a736999e..0b79841256e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-02-05 Glenn Morris <rgm@gnu.org> | 1 | 2014-02-05 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * epa.texi: Add indices. | ||
| 4 | |||
| 3 | * url.texi (Cookies): Mention url-cookie-list command. | 5 | * url.texi (Cookies): Mention url-cookie-list command. |
| 4 | 6 | ||
| 5 | 2014-02-03 Glenn Morris <rgm@gnu.org> | 7 | 2014-02-03 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 210627ec890..4c4bbba8017 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -63,6 +63,9 @@ called EasyPG Library. | |||
| 63 | * Caching Passphrases:: | 63 | * Caching Passphrases:: |
| 64 | * Bug Reports:: | 64 | * Bug Reports:: |
| 65 | * GNU Free Documentation License:: The license for this documentation. | 65 | * GNU Free Documentation License:: The license for this documentation. |
| 66 | * Key Index:: | ||
| 67 | * Function Index:: | ||
| 68 | * Variable Index:: | ||
| 66 | @end menu | 69 | @end menu |
| 67 | 70 | ||
| 68 | @node Overview | 71 | @node Overview |
| @@ -493,6 +496,18 @@ buffer name is a whitespace. | |||
| 493 | @appendix GNU Free Documentation License | 496 | @appendix GNU Free Documentation License |
| 494 | @include doclicense.texi | 497 | @include doclicense.texi |
| 495 | 498 | ||
| 499 | @node Key Index | ||
| 500 | @unnumbered Key Index | ||
| 501 | @printindex ky | ||
| 502 | |||
| 503 | @node Function Index | ||
| 504 | @unnumbered Function Index | ||
| 505 | @printindex fn | ||
| 506 | |||
| 507 | @node Variable Index | ||
| 508 | @unnumbered Variable Index | ||
| 509 | @printindex vr | ||
| 510 | |||
| 496 | @bye | 511 | @bye |
| 497 | 512 | ||
| 498 | @c End: | 513 | @c End: |