diff options
| author | Richard M. Stallman | 2008-01-04 05:44:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-01-04 05:44:19 +0000 |
| commit | 0e579e330f32147e2fa89b4d794b2a1b737d9f88 (patch) | |
| tree | 217d664bfc839669592b77d82d9dbce61745f12f | |
| parent | db3625badd5ad4688c97b62dcb1135fb7d8b81e7 (diff) | |
| download | emacs-0e579e330f32147e2fa89b4d794b2a1b737d9f88.tar.gz emacs-0e579e330f32147e2fa89b4d794b2a1b737d9f88.zip | |
(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 | |||
| 1120 | the widget containing the invalid data, and set that widget's | 1120 | the widget containing the invalid data, and set that widget's |
| 1121 | @code{:error} property to a string explaining the error. | 1121 | @code{:error} property to a string explaining the error. |
| 1122 | 1122 | ||
| 1123 | In many cases you can use the function @code{widget-children-validate} | ||
| 1124 | for this job; it tests that all children of @var{widget} are valid. | ||
| 1125 | |||
| 1126 | @ignore | 1123 | @ignore |
| 1127 | @item :indent @var{columns} | 1124 | @item :indent @var{columns} |
| 1128 | Indent this item by @var{columns} columns. The indentation is used for | 1125 | Indent this item by @var{columns} columns. The indentation is used for |