mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
1df7defd80
Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
27 lines
803 B
Plaintext
27 lines
803 B
Plaintext
@c -*-texinfo-*-
|
|
|
|
@c Indexing guidelines
|
|
|
|
@c I assume that all indexes will be combined.
|
|
@c Therefore, if a generated findex and permutations
|
|
@c cover the ways an index user would look up the entry,
|
|
@c then no cindex is added.
|
|
@c Concept index (cindex) entries will also be permuted. Therefore, they
|
|
@c have no commas and few irrelevant connectives in them.
|
|
|
|
@c I tried to include words in a cindex that give the context of the entry,
|
|
@c particularly if there is more than one entry for the same concept.
|
|
@c For example, "nil in keymap"
|
|
@c Similarly for explicit findex and vindex entries, e.g., "print example".
|
|
|
|
@c Error codes are given cindex entries, e.g., "end-of-file error".
|
|
|
|
@c pindex is used for .el files and Unix programs
|
|
|
|
@node Index
|
|
@unnumbered Index
|
|
|
|
@c Print the indices
|
|
|
|
@printindex fn
|