--- libgig/trunk/src/RIFF.cpp 2007/03/11 15:21:58 1092 +++ libgig/trunk/src/RIFF.cpp 2007/03/11 17:44:31 1093 @@ -1155,8 +1155,9 @@ * * Removes the sub chunk given by \a pSubChunk from this list and frees * it completely from RAM. The given chunk can either be a normal sub - * chunk or a list sub chunk. You should call File::Save() to make this - * change persistent at any time. + * chunk or a list sub chunk. In case the given chunk is a list chunk, + * all its subchunks (if any) will be removed recursively as well. You + * should call File::Save() to make this change persistent at any time. * * @param pSubChunk - sub chunk or sub list chunk to be removed */