# HG changeset patch # User Luc Teirlinck # Date 1065583018 0 # Node ID bd3047570b728184fdc399e57bc1352c1072597a # Parent e157d629375371095791d96b1e2212e76f46c4e5 Fix typo. diff -r e157d6293753 -r bd3047570b72 lispref/tips.texi --- a/lispref/tips.texi Tue Oct 07 23:35:01 2003 +0000 +++ b/lispref/tips.texi Wed Oct 08 03:16:58 2003 +0000 @@ -213,7 +213,7 @@ invoking the command, which will often be constructed as a minor mode. @cindex unloading packages -If your package contains functions which do modify oridinary Emacs +If your package contains functions which do modify ordinary Emacs behavior, for instance by adding functions to hooks, define a function @code{@var{feature}-unload-hook} where @var{feature} is the name of the feature the package provides. This function should undo any such