# HG changeset patch # User Pavel Jank # Date 1004539457 0 # Node ID ec17075b77aa10cd913cdb2f3621aafaf8af5cf8 # Parent 2b090a77bb4dc3dac3ab7199798612e27eba11c5 (Coding Conventions): Fix typo. diff -r 2b090a77bb4d -r ec17075b77aa lispref/tips.texi --- a/lispref/tips.texi Wed Oct 31 14:42:25 2001 +0000 +++ b/lispref/tips.texi Wed Oct 31 14:44:17 2001 +0000 @@ -197,7 +197,7 @@ @item When a package provides a modification of ordinary Emacs behavior, it is -good to include a command to enable and disable the feature, Provide a +good to include a command to enable and disable the feature, provide a command named @code{@var{whatever}-mode} which turns the feature on or off, and make it autoload (@pxref{Autoload}). Design the package so that simply loading it has no visible effect---that should not enable