COMMAND NAME
	edit -- to edit the fields for a specific error
SYNOPSIS
   	edit [error_number new_number new_severity new_position]

DESCRIPTION - USAGE

Edit the fields in the error with number "error_number".  The user can type
each of the arguments separated by spaces.  If the arguments are not present,
the user will be queried for them.  The edit command will also query the
user to confirm or retype the values of the other fields: message, description,
recovery, and user_correction.

See help topic errors for more information on each of the fields that conform
an error.

EXAMPLES 
	edit 100
	edit 100 101 fatal charposition
SEE ALSO
	create, errors, delete, restore
