# HG changeset patch # User Lute Kamstra # Date 1116426159 0 # Node ID 463dbe69de3676848320e1bbb36d0df321701383 # Parent f8be59c3c92784f2f32878b1b76e7085b3e42881 (Customization): Fix menu. diff -r f8be59c3c927 -r 463dbe69de36 man/custom.texi --- a/man/custom.texi Wed May 18 14:22:05 2005 +0000 +++ b/man/custom.texi Wed May 18 14:22:39 2005 +0000 @@ -27,19 +27,17 @@ @menu * Minor Modes:: Each minor mode is one feature you can turn on independently of any others. -* Easy Customization:: - Convenient way to browse and change user options. +* Easy Customization:: Convenient way to browse and change user options. * Variables:: Many Emacs commands examine Emacs variables to decide what to do; by setting variables, you can control their functioning. * Key Bindings:: The keymaps say what command each key runs. By changing them, you can "redefine keys". -* Keyboard Translations:: - If your keyboard passes an undesired code - for a key, you can tell Emacs to - substitute another code. +* Keyboard Translations:: If your keyboard passes an undesired code + for a key, you can tell Emacs to + substitute another code. * Syntax:: The syntax table controls how words and - expressions are parsed. + expressions are parsed. * Init File:: How to write common customizations in the @file{.emacs} file. @end menu