From: Lute Kamstra Date: Wed, 18 May 2005 14:22:39 +0000 (+0000) Subject: (Customization): Fix menu. X-Git-Tag: ttn-vms-21-2-B4~184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78b8381270cf6108ea8ef3dc365cb1645d2f5cf5;p=emacs.git (Customization): Fix menu. --- diff --git a/man/custom.texi b/man/custom.texi index 26c76c68562..ffded429c48 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -27,19 +27,17 @@ replay sequences of keys. @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