diff options
| author | Richard M. Stallman | 2006-07-03 15:48:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-03 15:48:40 +0000 |
| commit | 9f4e54c8250f335104c93f67ce12d09e8ad55877 (patch) | |
| tree | 5f1cd74d145330372dca15151c9c00c6f7100a4b | |
| parent | 50148a91b426fb6be9009d968f64b0e6d645e799 (diff) | |
| download | emacs-9f4e54c8250f335104c93f67ce12d09e8ad55877.tar.gz emacs-9f4e54c8250f335104c93f67ce12d09e8ad55877.zip | |
(Top): Update subnode menus.
| -rw-r--r-- | man/emacs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index d89cb05efa5..5154f5f9cba 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -137,7 +137,7 @@ and Sending Mail and Registers and Minibuffer. | |||
| 137 | * Manifesto:: What's GNU? Gnu's Not Unix! | 137 | * Manifesto:: What's GNU? Gnu's Not Unix! |
| 138 | * Acknowledgments:: Major contributors to GNU Emacs. | 138 | * Acknowledgments:: Major contributors to GNU Emacs. |
| 139 | 139 | ||
| 140 | Indexes (nodes containing large menus) | 140 | Indexes (each index contains a large menu) |
| 141 | * Key Index:: An item for each standard Emacs key sequence. | 141 | * Key Index:: An item for each standard Emacs key sequence. |
| 142 | * Option Index:: An item for every command-line option. | 142 | * Option Index:: An item for every command-line option. |
| 143 | * Command Index:: An item for each command name. | 143 | * Command Index:: An item for each command name. |
| @@ -320,6 +320,7 @@ Registers | |||
| 320 | Controlling the Display | 320 | Controlling the Display |
| 321 | 321 | ||
| 322 | * Scrolling:: Moving text up and down in a window. | 322 | * Scrolling:: Moving text up and down in a window. |
| 323 | * Auto Scrolling:: Redisplay scrolls text automatically when needed. | ||
| 323 | * Horizontal Scrolling:: Moving text left and right in a window. | 324 | * Horizontal Scrolling:: Moving text left and right in a window. |
| 324 | * Follow Mode:: Follow mode lets two windows scroll as one. | 325 | * Follow Mode:: Follow mode lets two windows scroll as one. |
| 325 | * Faces:: How to change the display style using faces. | 326 | * Faces:: How to change the display style using faces. |
| @@ -470,6 +471,8 @@ International Character Set Support | |||
| 470 | * Coding Systems:: Character set conversion when you read and | 471 | * Coding Systems:: Character set conversion when you read and |
| 471 | write files, and so on. | 472 | write files, and so on. |
| 472 | * Recognize Coding:: How Emacs figures out which conversion to use. | 473 | * Recognize Coding:: How Emacs figures out which conversion to use. |
| 474 | * Specify Coding:: Specifying a file's coding system explicitly. | ||
| 475 | * Output Coding:: Choosing coding systems for output. | ||
| 473 | * Text Coding:: Choosing conversion to use for file text. | 476 | * Text Coding:: Choosing conversion to use for file text. |
| 474 | * Communication Coding:: Coding systems for interprocess communication. | 477 | * Communication Coding:: Coding systems for interprocess communication. |
| 475 | * File Name Coding:: Coding systems for file @emph{names}. | 478 | * File Name Coding:: Coding systems for file @emph{names}. |