8.33 unset

unset <setting>

The unset command causes a setting that has been changed using the set command to be returned to its default value. For example:

unset linewidth

returns the linewidth to its default value.

The list of keywords which can follow the unset command are essentially the same as those which can follow the set command.