]> git.eshelyaron.com Git - emacs.git/commitdiff
(Customization): Add menu descriptions.
authorLute Kamstra <lute@gnu.org>
Wed, 11 May 2005 23:27:17 +0000 (23:27 +0000)
committerLute Kamstra <lute@gnu.org>
Wed, 11 May 2005 23:27:17 +0000 (23:27 +0000)
lispref/customize.texi

index 10911cea165ad83573187f4ff286a3d65f8a47a6..53c9fa92c32f57180e11475b818f5d824f0e85f2 100644 (file)
@@ -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