From: Richard M. Stallman Date: Mon, 12 Dec 2005 05:10:18 +0000 (+0000) Subject: (Easy Customization): Change menu comment. X-Git-Tag: emacs-pretest-22.0.90~5331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4fa47b54048f64d6cc9056a5a264a20af1388b4;p=emacs.git (Easy Customization): Change menu comment. (Prefix Keymaps): Fix spelling of Control-X-prefix. --- diff --git a/man/custom.texi b/man/custom.texi index f0dcbdc4d34..7750efb04ad 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -207,7 +207,7 @@ the active fields and other features. @menu * Groups: Customization Groups. How options are classified in a structure. * Changing a Variable:: How to edit a value and set an option. -* Saving Customizations:: Details of saving customizations. +* Saving Customizations:: Specifying the file for saving customizations. * Face Customization:: How to edit the attributes of a face. * Specific Customization:: Making a customization buffer for specific variables, faces, or groups. @@ -1293,7 +1293,7 @@ looking up the following event. The definition can also be a Lisp symbol whose function definition is the following keymap; the effect is the same, but it provides a command name for the prefix key that can be used as a description of what the prefix key is for. Thus, the binding -of @kbd{C-x} is the symbol @code{Ctl-X-Prefix}, whose function +of @kbd{C-x} is the symbol @code{Control-X-prefix}, whose function definition is the keymap for @kbd{C-x} commands. The definitions of @kbd{C-c}, @kbd{C-x}, @kbd{C-h} and @key{ESC} as prefix keys appear in the global map, so these prefix keys are always available.