diff options
| author | Chong Yidong | 2008-07-15 14:12:39 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-15 14:12:39 +0000 |
| commit | f049d162c4fb411e3c7437687e9e647b920558dd (patch) | |
| tree | 3100ead832c4dcbf8b2acb0720c17ce90036b96c | |
| parent | ba73ec7b2bee31d7416d010df89f3366576920fb (diff) | |
| download | emacs-f049d162c4fb411e3c7437687e9e647b920558dd.tar.gz emacs-f049d162c4fb411e3c7437687e9e647b920558dd.zip | |
(Top): Update node list.
| -rw-r--r-- | doc/emacs/emacs.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index fbcd7c4136f..4d5567ce210 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -160,8 +160,6 @@ Important General Concepts | |||
| 160 | * Keys:: Key sequences: what you type to request one | 160 | * Keys:: Key sequences: what you type to request one |
| 161 | editing action. | 161 | editing action. |
| 162 | * Commands:: Named functions run by key sequences to do editing. | 162 | * Commands:: Named functions run by key sequences to do editing. |
| 163 | * Text Characters:: Character set for text (the contents of buffers | ||
| 164 | and strings). | ||
| 165 | * Entering Emacs:: Starting Emacs from the shell. | 163 | * Entering Emacs:: Starting Emacs from the shell. |
| 166 | * Exiting:: Stopping or killing Emacs. | 164 | * Exiting:: Stopping or killing Emacs. |
| 167 | * Emacs Invocation:: Hairy startup options. | 165 | * Emacs Invocation:: Hairy startup options. |
| @@ -913,6 +911,7 @@ Customizing Key Bindings | |||
| 913 | * Minibuffer Maps:: The minibuffer uses its own local keymaps. | 911 | * Minibuffer Maps:: The minibuffer uses its own local keymaps. |
| 914 | * Rebinding:: How to redefine one key's meaning conveniently. | 912 | * Rebinding:: How to redefine one key's meaning conveniently. |
| 915 | * Init Rebinding:: Rebinding keys with your init file, @file{.emacs}. | 913 | * Init Rebinding:: Rebinding keys with your init file, @file{.emacs}. |
| 914 | * Modifier Keys:: Using modifier keys in key bindings. | ||
| 916 | * Function Keys:: Rebinding terminal function keys. | 915 | * Function Keys:: Rebinding terminal function keys. |
| 917 | * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on. | 916 | * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on. |
| 918 | * Mouse Buttons:: Rebinding mouse buttons in Emacs. | 917 | * Mouse Buttons:: Rebinding mouse buttons in Emacs. |