Is there a (quick) way of resetting a variable to its default value (as defined in some .el file) after it has been modified? e.g. via commands in the .emacs file, without having to restart emacs.
Example:
Set ispell-tex-skip-alists
to the value as defined in `ispell.el' after modification.