ajaxoptions success && update

It appears if both success && update options are specified in the ajaxOptions that the success option is the only one that gets executed (the "update" does not occur)

Is this intentional ?

update and replace are both shortcuts to using success. They are effective only when success is not specified. See CHtml::ajax() implementation for more details.

Ok, can that be added to the documentation ?

thx