comparison lispref/elisp-vol1.texi @ 35476:26912db550c3

Change "X windows" instances.
author Dave Love <fx@gnu.org>
date Mon, 22 Jan 2001 20:50:42 +0000
parents 84f7bd5cad83
children
comparison
equal deleted inserted replaced
35475:54a4f271b03f 35476:26912db550c3
629 * Format of Keymaps:: What a keymap looks like as a Lisp object. 629 * Format of Keymaps:: What a keymap looks like as a Lisp object.
630 * Creating Keymaps:: Functions to create and copy keymaps. 630 * Creating Keymaps:: Functions to create and copy keymaps.
631 * Inheritance and Keymaps:: How one keymap can inherit the bindings 631 * Inheritance and Keymaps:: How one keymap can inherit the bindings
632 of another keymap. 632 of another keymap.
633 * Prefix Keys:: Defining a key with a keymap as its definition. 633 * Prefix Keys:: Defining a key with a keymap as its definition.
634 * Menu Keymaps:: A keymap can define a menu for X windows 634 * Menu Keymaps:: A keymap can define a menu for X
635 or for use from the terminal. 635 or for use from the terminal.
636 * Active Keymaps:: Each buffer has a local keymap 636 * Active Keymaps:: Each buffer has a local keymap
637 to override the standard (global) bindings. 637 to override the standard (global) bindings.
638 Each minor mode can also override them. 638 Each minor mode can also override them.
639 * Key Lookup:: How extracting elements from keymaps works. 639 * Key Lookup:: How extracting elements from keymaps works.