From: Pavel Janík Date: Wed, 31 Oct 2001 14:44:17 +0000 (+0000) Subject: (Coding Conventions): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~18956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8fbee6421e07d4e1dc49997a67b3396cc6d8508;p=emacs.git (Coding Conventions): Fix typo. --- diff --git a/lispref/tips.texi b/lispref/tips.texi index 3031ac5ce92..1ecd312f4b5 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -197,7 +197,7 @@ way. @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