diff options
| -rw-r--r-- | man/emacs.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index ddd0660c41d..ddf94cc96e1 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -460,7 +460,11 @@ International Character Set Support | |||
| 460 | * Coding Systems:: Character set conversion when you read and | 460 | * Coding Systems:: Character set conversion when you read and |
| 461 | write files, and so on. | 461 | write files, and so on. |
| 462 | * Recognize Coding:: How Emacs figures out which conversion to use. | 462 | * Recognize Coding:: How Emacs figures out which conversion to use. |
| 463 | * Specify Coding:: Various ways to choose which conversion to use. | 463 | * Text Coding:: Choosing conversion to use for file text. |
| 464 | * Communications Coding:: Coding systems for interprocess communication. | ||
| 465 | * File Name Coding:: Coding systems for file @emph{names}. | ||
| 466 | * Terminal Coding:: Specifying coding systems for converting | ||
| 467 | terminal input and output. | ||
| 464 | * Fontsets:: Fontsets are collections of fonts | 468 | * Fontsets:: Fontsets are collections of fonts |
| 465 | that cover the whole spectrum of characters. | 469 | that cover the whole spectrum of characters. |
| 466 | * Defining Fontsets:: Defining a new fontset. | 470 | * Defining Fontsets:: Defining a new fontset. |