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 undoable.
Example of usage of the custom_undo_redo option:
tinyMCE.init({ ... custom_undo_redo : false });