]> git.eshelyaron.com Git - emacs.git/commitdiff
(Customization): Fix menu.
authorLute Kamstra <lute@gnu.org>
Wed, 18 May 2005 14:22:39 +0000 (14:22 +0000)
committerLute Kamstra <lute@gnu.org>
Wed, 18 May 2005 14:22:39 +0000 (14:22 +0000)
man/custom.texi

index 26c76c68562c4972c73a340ce6e24aac2d583d71..ffded429c48682b27f362097658c3bd0b7f55039 100644 (file)
@@ -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