# HG changeset patch # User Lute Kamstra # Date 1115854037 0 # Node ID 8f1f80a5bd64eceefabec7121aea73ab57ef263f # Parent a9109def6d902622496f30d2f674e9876bb529ee (Customization): Add menu descriptions. diff -r a9109def6d90 -r 8f1f80a5bd64 lispref/customize.texi --- a/lispref/customize.texi Wed May 11 23:26:33 2005 +0000 +++ b/lispref/customize.texi Wed May 11 23:27:17 2005 +0000 @@ -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 @@ 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