]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Update node list.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 15 Jul 2008 14:12:39 +0000 (14:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 15 Jul 2008 14:12:39 +0000 (14:12 +0000)
doc/emacs/emacs.texi

index fbcd7c4136f28b6201238b6e6cb8487f756471af..4d5567ce210d1adeac4d13f91433a10dd5a6e5e2 100644 (file)
@@ -160,8 +160,6 @@ Important General Concepts
 * Keys::               Key sequences: what you type to request one
                           editing action.
 * Commands::           Named functions run by key sequences to do editing.
-* Text Characters::     Character set for text (the contents of buffers
-                         and strings).
 * Entering Emacs::      Starting Emacs from the shell.
 * Exiting::            Stopping or killing Emacs.
 * Emacs Invocation::    Hairy startup options.
@@ -913,6 +911,7 @@ Customizing Key Bindings
 * Minibuffer Maps::     The minibuffer uses its own local keymaps.
 * Rebinding::           How to redefine one key's meaning conveniently.
 * Init Rebinding::      Rebinding keys with your init file, @file{.emacs}.
+* Modifier Keys::       Using modifier keys in key bindings.
 * Function Keys::       Rebinding terminal function keys.
 * Named ASCII Chars::   Distinguishing @key{TAB} from @kbd{C-i}, and so on.
 * Mouse Buttons::       Rebinding mouse buttons in Emacs.