diff options
author | Richard M. Stallman <rms@gnu.org> | 2008-01-04 05:44:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2008-01-04 05:44:19 +0000 |
commit | 0e579e330f32147e2fa89b4d794b2a1b737d9f88 (patch) | |
tree | 217d664bfc839669592b77d82d9dbce61745f12f | |
parent | db3625badd5ad4688c97b62dcb1135fb7d8b81e7 (diff) | |
download | emacs-0e579e330f32147e2fa89b4d794b2a1b737d9f88.tar.gz |
(Type Keywords): Fix previous change.
-rw-r--r-- | lispref/customize.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index feb72387e4f..99fdb97d416 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -1120,9 +1120,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 |