diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-05-25 04:52:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-05-25 04:52:20 +0000 |
commit | cde00df601d2c75adef41ea06776cce9d9f87dd5 (patch) | |
tree | e8bc1b3e75d06b6c762f8ac499596cb65953c3cf /lispref/elisp.texi | |
parent | 08244b8144daa9b9fdd69fd8d74155b6dd1d9493 (diff) |
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
Diffstat (limited to 'lispref/elisp.texi')
-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 8d4aa687b4..3eb3298e69 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -590,7 +590,7 @@ Defining Commands Keymaps -* Keymap Terminology:: Definitions of terms pertaining to keymaps. +* Key Sequences:: What a key sequence looks like as a Lisp object. * Format of Keymaps:: What a keymap looks like as a Lisp object. * Creating Keymaps:: Functions to create and copy keymaps. * Inheritance and Keymaps:: How one keymap can inherit the bindings |