aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-05 14:03:06 +0000
committerRichard M. Stallman <[email protected]>2004-12-05 14:03:06 +0000
commit99d0c9920d798dcad71e9c7aabca263c59dbf5f8 (patch)
tree6b6a0748d9994a00038f75fa1a3b5ec0a49acd4d /man
parent839cfa0bec3f1613d5302af1a6463f619705dfd9 (diff)
(Top): Fix ref to Command Line.
Move reference to Easy Customization.
Diffstat (limited to 'man')
-rw-r--r--man/emacs.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 82d87f693a..490c1a6ab8 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -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.