Macro Language Reference > Macros > Document Preferences > rev_info
  
rev_info
Description
A control keyword used with fdpref, see also tdrev.
 
Example 100. Set revision marker preference options
The macro below will set the following revision marker preference options: do not save undo info, save revision info with doc, show marks on screen and print out and ignore returns.
Do not retain text undo information
Save revision information with document
Show revision marks on screen
Show revision marks in print output
Ignore returns
fdpref rev_info 0,1,1,1,4
Syntax
rev_info save undo:o save chng:o s chgm:o p chgm:o bl excpt:n
save undo
Save text undo information.
save chng
Save revision information.
s chgm
Show revision marks on screen.
p chgm
Show revision marks on printout.
bl excpt
Changes to ignore:
0
None.
1
Styles.
2
Empty paragraphs.
3
Styles and empty paragraphs.
4
Returns.
5
Styles and returns.
Related Links