COMMAND NAME
	restore -- retrieve deleted error into current error information
		   structure
SYNOPSIS
	restore [error_number]
DESCRIPTION - USAGE
If an error was deleted from the current error information structure, it 
could be restored by this command.  restore searches for the error with
number "error_number" in the list of deleted entries.  If the error is
found, the fields of the error are displayed and the user must confirm
restoration.  Error numbers must be unique in the list of deleted entries.
Duplicates are then deleted.  If several errors with the same error 
number have been deleted, restore can only retrieved the last error to
be deteled (Presummably, the most current version of the deleted error).
SEE ALSO
	create, edit, delete 
