1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<link href="../../common/main.css" rel="stylesheet" type="text/css" /> 7<title>Edit</title> 8</head> 9<body> 10<h1>Edit</h1> 11<p>Performs operations related to editing.</p> 12<p class="image"><img src="images/edit_menu.png" alt="Edit Menu" /></p> 13<ol class="ui"> 14 <li>The <B>Undo </B>operation: Cancels any editing, reverting the content to the pre-edited state. 15 <p><strong>Operations that involve the importing and exporting of files (open/close/merge) will delete the edit history. <br /> Once that occurs, be aware that states prior to that action cannot be recovered.</strong></p> 16 </li> 17 <li> The <B>Redo </B>operation: Reapplies the edits to content previously canceled by the <B>Undo </B> operation, once again putting the content in its post-edited state. </li> 18</ol> 19<hr><p>CONFIDENTIAL</p></body> 20</html> 21