Mercurial > hg > xemacs-beta
diff man/custom.texi @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 8ff55ebd4be9 |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/man/custom.texi Mon Aug 13 09:17:27 2007 +0200 +++ b/man/custom.texi Mon Aug 13 09:18:39 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