aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLute Kamstra2005-05-11 23:27:17 +0000
committerLute Kamstra2005-05-11 23:27:17 +0000
commit5f43de89be9fe08dfbea848f48b710bc9c55058c (patch)
tree91101c3429a431485f9265bd7adea62fa9b02e7a /lispref
parentb4b2903b59c0c3b56e5b4cb1c7fd2f0fa52deebc (diff)
downloademacs-5f43de89be9fe08dfbea848f48b710bc9c55058c.tar.gz
emacs-5f43de89be9fe08dfbea848f48b710bc9c55058c.zip
(Customization): Add menu descriptions.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/customize.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 10911cea165..53c9fa92c32 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. 3@c Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2005 Free Software Foundation, Inc.
4@c See the file elisp.texi for copying conditions. 4@c See the file elisp.texi for copying conditions.
5@setfilename ../info/customize 5@setfilename ../info/customize
6@node Customization, Loading, Macros, Top 6@node Customization, Loading, Macros, Top
@@ -12,10 +12,11 @@ and also customization groups for classifying them. We use the term
12definitions---as well as face definitions (@pxref{Defining Faces}). 12definitions---as well as face definitions (@pxref{Defining Faces}).
13 13
14@menu 14@menu
15* Common Keywords:: 15* Common Keywords:: Common keyword arguments for all kinds of
16* Group Definitions:: 16 customization declarations.
17* Variable Definitions:: 17* Group Definitions:: Writing customization group definitions.
18* Customization Types:: 18* Variable Definitions:: Declaring user options.
19* Customization Types:: Specifying the type of a user option.
19@end menu 20@end menu
20 21
21@node Common Keywords 22@node Common Keywords