diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-11 23:27:17 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-11 23:27:17 +0000 |
commit | 5f43de89be9fe08dfbea848f48b710bc9c55058c (patch) | |
tree | 91101c3429a431485f9265bd7adea62fa9b02e7a /lispref/customize.texi | |
parent | b4b2903b59c0c3b56e5b4cb1c7fd2f0fa52deebc (diff) | |
download | emacs-5f43de89be9fe08dfbea848f48b710bc9c55058c.tar.gz |
(Customization): Add menu descriptions.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r-- | lispref/customize.texi | 11 |
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 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. +@c Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2005 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/customize @node Customization, Loading, Macros, Top @@ -12,10 +12,11 @@ and also customization groups for classifying them. We use the term definitions---as well as face definitions (@pxref{Defining Faces}). @menu -* Common Keywords:: -* Group Definitions:: -* Variable Definitions:: -* Customization Types:: +* Common Keywords:: Common keyword arguments for all kinds of + customization declarations. +* Group Definitions:: Writing customization group definitions. +* Variable Definitions:: Declaring user options. +* Customization Types:: Specifying the type of a user option. @end menu @node Common Keywords |