diff options
| -rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 367932ab13c..69996f4a691 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -614,7 +614,7 @@ Keymaps | |||
| 614 | * Key Lookup:: How extracting elements from keymaps works. | 614 | * Key Lookup:: How extracting elements from keymaps works. |
| 615 | * Functions for Key Lookup:: How to request key lookup. | 615 | * Functions for Key Lookup:: How to request key lookup. |
| 616 | * Changing Key Bindings:: Redefining a key in a keymap. | 616 | * Changing Key Bindings:: Redefining a key in a keymap. |
| 617 | * Remapping Commands:: Bindings that translate one command to another. | 617 | * Remapping Commands:: A keymap can translate one command to another. |
| 618 | * Key Binding Commands:: Interactive interfaces for redefining keys. | 618 | * Key Binding Commands:: Interactive interfaces for redefining keys. |
| 619 | * Scanning Keymaps:: Looking through all keymaps, for printing help. | 619 | * Scanning Keymaps:: Looking through all keymaps, for printing help. |
| 620 | * Menu Keymaps:: A keymap can define a menu for X | 620 | * Menu Keymaps:: A keymap can define a menu for X |