--- a/src/cx/list.h Wed Dec 17 20:13:08 2025 +0100 +++ b/src/cx/list.h Thu Dec 18 12:11:30 2025 +0100 @@ -287,11 +287,8 @@ * The purpose of this function is to be called in the initialization code * of your list to set certain members correctly. * - * This is particularly important when you want your list to support - * #CX_STORE_POINTERS as @p elem_size. This function will wrap the list - * class accordingly and make sure that you can implement your list as if - * it was only storing objects, and the wrapper will automatically enable - * the feature of storing pointers. + * This is particularly useful when you want your list to support + * #CX_STORE_POINTERS as @p elem_size. * * @par Example *