aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-05 14:03:06 +0000
committerRichard M. Stallman2004-12-05 14:03:06 +0000
commit99d0c9920d798dcad71e9c7aabca263c59dbf5f8 (patch)
tree6b6a0748d9994a00038f75fa1a3b5ec0a49acd4d
parent839cfa0bec3f1613d5302af1a6463f619705dfd9 (diff)
downloademacs-99d0c9920d798dcad71e9c7aabca263c59dbf5f8.tar.gz
emacs-99d0c9920d798dcad71e9c7aabca263c59dbf5f8.zip
(Top): Fix ref to Command Line.
Move reference to Easy Customization.
-rw-r--r--man/emacs.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 82d87f693aa..490c1a6ab8d 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -148,7 +148,7 @@ Important General Concepts
148 and strings). 148 and strings).
149* Entering Emacs:: Starting Emacs from the shell. 149* Entering Emacs:: Starting Emacs from the shell.
150* Exiting:: Stopping or killing Emacs. 150* Exiting:: Stopping or killing Emacs.
151* Command Arguments:: Hairy startup options. 151* Command Line:: Hairy startup options.
152 152
153Fundamental Editing Commands 153Fundamental Editing Commands
154* Basic:: The most basic editing commands. 154* Basic:: The most basic editing commands.
@@ -729,6 +729,8 @@ Customization
729 729
730* Minor Modes:: Each minor mode is one feature you can turn on 730* Minor Modes:: Each minor mode is one feature you can turn on
731 independently of any others. 731 independently of any others.
732* Easy Customization::
733 Convenient way to browse and change user options.
732* Variables:: Many Emacs commands examine Emacs variables 734* Variables:: Many Emacs commands examine Emacs variables
733 to decide what to do; by setting variables, 735 to decide what to do; by setting variables,
734 you can control their functioning. 736 you can control their functioning.
@@ -746,8 +748,6 @@ Customization
746Variables 748Variables
747 749
748* Examining:: Examining or setting one variable's value. 750* Examining:: Examining or setting one variable's value.
749* Easy Customization::
750 Convenient and easy customization of variables.
751* Hooks:: Hook variables let you specify programs for parts 751* Hooks:: Hook variables let you specify programs for parts
752 of Emacs to run on particular occasions. 752 of Emacs to run on particular occasions.
753* Locals:: Per-buffer values of variables. 753* Locals:: Per-buffer values of variables.