Index: doc/Class.3 =================================================================== diff -u -N -rc210a16eea562921715652f023bc6d07e4e25ed2 -r8f64a468d8bb53f2ba317c8c738c2d3a24243980 --- doc/Class.3 (.../Class.3) (revision c210a16eea562921715652f023bc6d07e4e25ed2) +++ doc/Class.3 (.../Class.3) (revision 8f64a468d8bb53f2ba317c8c738c2d3a24243980) @@ -988,8 +988,11 @@ \fIobj\fR \fIpropertyName\fR \fBadd\fR \fIelement\fR ?\fIindex\fR? Adding \fIelement\fR to the managed list value, at the list position given by \fIindex\fR (by default: 0)\&. .TP -\fIobj\fR \fIpropertyName\fR \fBdelete\fR \fIelementPattern\fR -Removing one or multiple elements from the managed list value which match \fIelementPattern\fR\&. \fIelementPattern\fR can contain matching characters (see \fBstring match\fR)\&. +\fIobj\fR \fIpropertyName\fR \fBdelete\fR ?\fB-nocomplain\fR? \fIelementPattern\fR +Removing the first occurrence of an element from the managed list +value which matches \fIelementPattern\fR\&. \fIelementPattern\fR can +contain matching characters (see \fBstring match\fR)\&. An error will +be thrown if there is no match, unless \fB-nocomplain\fR is set\&. .RE .sp By setting \fB-configurable\fR to \fBtrue\fR (the default), the @@ -1093,10 +1096,11 @@ \fIobj\fR \fIvariableName\fR \fBadd\fR \fIelement\fR ?\fIindex\fR? Adding \fIelement\fR to the managed list value, at the list position given by \fIindex\fR (by default: 0)\&. .TP -\fIobj\fR \fIvariableName\fR \fBdelete\fR \fIelementPattern\fR -Removing one or multiple elements from the managed list value which -match \fIelementPattern\fR\&. \fIelementPattern\fR can contain matching -characters (see \fBstring match\fR)\&. +\fIobj\fR \fIvariableName\fR \fBdelete\fR ?\fB-nocomplain\fR? \fIelementPattern\fR +Removing the first occurrence of an element from the managed list +value which matches \fIelementPattern\fR\&. \fIelementPattern\fR can +contain matching characters (see \fBstring match\fR)\&. An error will +be thrown if there is no match, unless \fB-nocomplain\fR is set\&. .RE .sp By setting \fB-configurable\fR to \fBtrue\fR, the variable can be