diff options
| author | Richard M. Stallman | 2006-05-25 17:03:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-25 17:03:46 +0000 |
| commit | 18550096c21020f12cfdf2cc0d9b0bae15639e78 (patch) | |
| tree | 685fa0e9fa09e20833fc46af88c70b351f295358 /lispref | |
| parent | b3540319ff29b94010974ef9572353248a1b9dbc (diff) | |
| download | emacs-18550096c21020f12cfdf2cc0d9b0bae15639e78.tar.gz emacs-18550096c21020f12cfdf2cc0d9b0bae15639e78.zip | |
(Top): Update subnode menu.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/elisp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 3eb3298e69a..0de5da29576 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -590,7 +590,8 @@ Defining Commands | |||
| 590 | 590 | ||
| 591 | Keymaps | 591 | Keymaps |
| 592 | 592 | ||
| 593 | * Key Sequences:: What a key sequence looks like as a Lisp object. | 593 | * Key Sequences:: Key sequences as Lisp objects. |
| 594 | * Keymap Basics:: Basic concepts of keymaps. | ||
| 594 | * Format of Keymaps:: What a keymap looks like as a Lisp object. | 595 | * Format of Keymaps:: What a keymap looks like as a Lisp object. |
| 595 | * Creating Keymaps:: Functions to create and copy keymaps. | 596 | * Creating Keymaps:: Functions to create and copy keymaps. |
| 596 | * Inheritance and Keymaps:: How one keymap can inherit the bindings | 597 | * Inheritance and Keymaps:: How one keymap can inherit the bindings |