From: Lute Kamstra Date: Wed, 11 May 2005 23:27:17 +0000 (+0000) Subject: (Customization): Add menu descriptions. X-Git-Tag: ttn-vms-21-2-B4~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f43de89be9fe08dfbea848f48b710bc9c55058c;p=emacs.git (Customization): Add menu descriptions. --- 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