comparison man/xemacs/custom.texi @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents 54f7aa390f4f
children 30d2cfa1092a
comparison
equal deleted inserted replaced
358:fed6e0f6a03a 359:8e84bee8ddd0
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