It is somewhat abandoned.
2012-07-15 - wordpress
Force categories list not to use category descritption use this:
$args\_list = array( ‘use\_desc\_for\_title’ => 0 ); $list = wp\_list\_categories( $args\_list );
Adam Gordon Bell says stuff. Software building stuff mainly.