emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/customize.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi,v
Date: Sat, 07 Apr 2007 02:04:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 02:04:36

Index: customize.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/customize.texi,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- customize.texi      31 Mar 2007 14:20:40 -0000      1.68
+++ customize.texi      7 Apr 2007 02:04:36 -0000       1.69
@@ -6,7 +6,6 @@
 @setfilename ../info/customize
 @node Customization, Loading, Macros, Top
 @chapter Writing Customization Definitions
address@hidden customize
 
 @cindex customization definitions
   This chapter describes how to declare user options for customization,
@@ -187,10 +186,10 @@
 @end defvar
 
 @node Group Definitions
address@hidden Defining Custom Groups
address@hidden define custom group
address@hidden Defining Customization Groups
address@hidden define customization group
address@hidden customization groups, defining
 
address@hidden custom groups, how to define
   Each Emacs Lisp package should have one main customization group which
 contains all the options, faces and other groups in the package.  If the
 package has a small number of options and faces, use just one group and
@@ -262,10 +261,9 @@
 @node Variable Definitions
 @section Defining Customization Variables
 @cindex define customization options
-
 @cindex customization variables, how to define
address@hidden declare user-editable variables
-  Use @code{defcustom} to declare user-editable variables.
+
+  Use @code{defcustom} to declare user-customizable variables.
 
 @defmac defcustom option standard doc [keyword address@hidden
 This construct declares @var{option} as a customizable user option
@@ -704,7 +702,7 @@
 
 @node Composite Types
 @subsection Composite Types
address@hidden arguments (of composite type)
address@hidden Composite Types (customization)
 
   When none of the simple types is appropriate, you can use composite
 types, which build new types from other types or from specified data.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]