Mercurial > emacs
changeset 40561:ec17075b77aa
(Coding Conventions): Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 31 Oct 2001 14:44:17 +0000 |
parents | 2b090a77bb4d |
children | 1e181d033e29 |
files | lispref/tips.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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