]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Fix ref to Command Line.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Dec 2004 14:03:06 +0000 (14:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Dec 2004 14:03:06 +0000 (14:03 +0000)
Move reference to Easy Customization.

man/emacs.texi

index 82d87f693aa81128df926f028d1ebc90c9b1ebf8..490c1a6ab8d977b29e714f178422a1c4b74cd9a6 100644 (file)
@@ -148,7 +148,7 @@ Important General Concepts
                          and strings).
 * Entering Emacs::      Starting Emacs from the shell.
 * Exiting::            Stopping or killing Emacs.
-* Command Arguments::   Hairy startup options.
+* Command Line::        Hairy startup options.
 
 Fundamental Editing Commands
 * Basic::              The most basic editing commands.
@@ -729,6 +729,8 @@ Customization
 
 * 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.
 * Variables::          Many Emacs commands examine Emacs variables
                          to decide what to do; by setting variables,
                          you can control their functioning.
@@ -746,8 +748,6 @@ Customization
 Variables
 
 * Examining::          Examining or setting one variable's value.
-* Easy Customization::
-                        Convenient and easy customization of variables.
 * Hooks::              Hook variables let you specify programs for parts
                          of Emacs to run on particular occasions.
 * Locals::             Per-buffer values of variables.