diff man/custom.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
line wrap: on
line diff
--- a/man/custom.texi	Mon Aug 13 08:51:58 2007 +0200
+++ b/man/custom.texi	Mon Aug 13 08:52:29 2007 +0200
@@ -13,7 +13,7 @@
 @comment  node-name,  next,  previous,  up
 @top The Customization Library
 
-Version: 1.50
+Version: 1.59
 
 @menu
 * Introduction::                
@@ -395,12 +395,12 @@
 The last part of the customization buffer looks like this:
 
 @example
-[Set] [Save] [Reset]
+[Set] [Save] [Reset] [Done]
 @end example
 
 Activating the @samp{[Set]}, @samp{[Save]}, or @samp{[Reset]}
 button will affect all modified customization items that are visible in
-the buffer.
+the buffer.  @samp{[Done]} will bury the buffer.
 
 @node   Declarations, Utilities, The Customization Buffer, Top
 @comment  node-name,  next,  previous,  up
@@ -546,21 +546,21 @@
 
 @table @code
 @item type
-(the value of (window-system))@br
+(the value of (window-system))@*
 Should be one of @code{x} or @code{tty}.
 
 @item class
-(the frame's color support)@br
+(the frame's color support)@*
 Should be one of @code{color}, @code{grayscale}, or @code{mono}.
 
 @item background
-(what color is used for the background text)@br
+(what color is used for the background text)@*
 Should be one of @code{light} or @code{dark}.
 @end table
   
 Internally, custom uses the symbol property @code{factory-face} for the
 program specified default face properties, @code{saved-face} for
-properties saved by the user, and @code{face-documentation} for the
+properties saved by the user, and @code{face-doc-string} for the
 documentation string.@refill
 
 @end defun
@@ -640,7 +640,8 @@
 @item
 Integrate with @file{w3} so you can customization buffers with much
 better formatting.  I'm thinking about adding a <custom>name</custom>
-tag. 
+tag.  The latest w3 have some support for this, so come up with a
+convincing example.
 
 @item
 Add an `examples' section, with explained examples of custom type