diff options
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index d971d5b6db2..f5f8565b912 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/customize @node Customization, Loading, Macros, Top @@ -1128,9 +1128,6 @@ current value is valid for the widget. Otherwise, it should return the widget containing the invalid data, and set that widget's @code{:error} property to a string explaining the error. -In many cases you can use the function @code{widget-children-validate} -for this job; it tests that all children of @var{widget} are valid. - @ignore @item :indent @var{columns} Indent this item by @var{columns} columns. The indentation is used for |