comparison man/xemacs/custom.texi @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
1091 all major modes except those that have their own overriding local 1091 all major modes except those that have their own overriding local
1092 definitions for the same key. Or you can change the current buffer's 1092 definitions for the same key. Or you can change the current buffer's
1093 local map, which affects all buffers using the same major mode. 1093 local map, which affects all buffers using the same major mode.
1094 1094
1095 @menu 1095 @menu
1096 * Interactive Rebinding:: Changing Key Bindings Interactively 1096 * Interactive Rebinding:: Changing Key Bindings Interactively
1097 * Programmatic Rebinding:: Changing Key Bindings Programmatically 1097 * Programmatic Rebinding:: Changing Key Bindings Programmatically
1098 * Key Bindings Using Strings::Using Strings for Changing Key Bindings 1098 * Key Bindings Using Strings:: Using Strings for Changing Key Bindings
1099 @end menu 1099 @end menu
1100 1100
1101 @node Interactive Rebinding 1101 @node Interactive Rebinding
1102 @subsubsection Changing Key Bindings Interactively 1102 @subsubsection Changing Key Bindings Interactively
1103 @findex global-set-key 1103 @findex global-set-key