You could set the options you want with a macro e.g:
Sub SetMyRevisions()
With ActiveWindow.View
.ShowRevisionsAndComments = True
.RevisionsView = wdRevisionsViewFinal
.ShowFormatChanges = False
End With
End Sub
[URL="http://www.gmayor.com/installing_macro.htm"]http://www.gmayor.com/installing_macro.htm[/URL]
>> Stay informed about: change default options for reviewing