comparison lispref/customize.texi @ 90180:62afea0771d8

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 289-301) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 68) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 12 May 2005 03:41:19 +0000
parents e1fbb019c538 8f1f80a5bd64
children b7da78284d4c
comparison
equal deleted inserted replaced
90179:b745036dab36 90180:62afea0771d8
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
7 @chapter Writing Customization Definitions 7 @chapter Writing Customization Definitions
8 8
10 and also customization groups for classifying them. We use the term 10 and also customization groups for classifying them. We use the term
11 @dfn{customization item} to include both kinds of customization 11 @dfn{customization item} to include both kinds of customization
12 definitions---as well as face definitions (@pxref{Defining Faces}). 12 definitions---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
22 @section Common Item Keywords 23 @section Common Item Keywords
23 24