Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option is a true/false option that enables you to disable/enable the custom undo/redo logic within TinyMCE. This option is enabled by default, if you disable it some operations may not be undo able.
tinyMCE.init({
...
custom_undo_redo : false
});
Search documentation.