comparison man/custom.texi @ 67515:bcb381c5774c

(Easy Customization): Change menu comment. (Prefix Keymaps): Fix spelling of Control-X-prefix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Dec 2005 05:10:18 +0000
parents 5615161c1a95
children 7b7fe29be670
comparison
equal deleted inserted replaced
67514:b33e99f74b5e 67515:bcb381c5774c
205 the active fields and other features. 205 the active fields and other features.
206 206
207 @menu 207 @menu
208 * Groups: Customization Groups. How options are classified in a structure. 208 * Groups: Customization Groups. How options are classified in a structure.
209 * Changing a Variable:: How to edit a value and set an option. 209 * Changing a Variable:: How to edit a value and set an option.
210 * Saving Customizations:: Details of saving customizations. 210 * Saving Customizations:: Specifying the file for saving customizations.
211 * Face Customization:: How to edit the attributes of a face. 211 * Face Customization:: How to edit the attributes of a face.
212 * Specific Customization:: Making a customization buffer for specific 212 * Specific Customization:: Making a customization buffer for specific
213 variables, faces, or groups. 213 variables, faces, or groups.
214 * Custom Themes:: How to define collections of customized options 214 * Custom Themes:: How to define collections of customized options
215 that can be loaded and unloaded together. 215 that can be loaded and unloaded together.
1291 The definition of a prefix key is usually the keymap to use for 1291 The definition of a prefix key is usually the keymap to use for
1292 looking up the following event. The definition can also be a Lisp 1292 looking up the following event. The definition can also be a Lisp
1293 symbol whose function definition is the following keymap; the effect is 1293 symbol whose function definition is the following keymap; the effect is
1294 the same, but it provides a command name for the prefix key that can be 1294 the same, but it provides a command name for the prefix key that can be
1295 used as a description of what the prefix key is for. Thus, the binding 1295 used as a description of what the prefix key is for. Thus, the binding
1296 of @kbd{C-x} is the symbol @code{Ctl-X-Prefix}, whose function 1296 of @kbd{C-x} is the symbol @code{Control-X-prefix}, whose function
1297 definition is the keymap for @kbd{C-x} commands. The definitions of 1297 definition is the keymap for @kbd{C-x} commands. The definitions of
1298 @kbd{C-c}, @kbd{C-x}, @kbd{C-h} and @key{ESC} as prefix keys appear in 1298 @kbd{C-c}, @kbd{C-x}, @kbd{C-h} and @key{ESC} as prefix keys appear in
1299 the global map, so these prefix keys are always available. 1299 the global map, so these prefix keys are always available.
1300 1300
1301 Aside from ordinary prefix keys, there is a fictitious ``prefix key'' 1301 Aside from ordinary prefix keys, there is a fictitious ``prefix key''