If you set this option to true, TinyMCE will try to auto remove some weird Word HTML when a user pastes content. This feature is disabled by default.
Example of usage of the auto_cleanup_word option:
tinyMCE.init({
...
auto_cleanup_word : true
});