1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

(Coding Conventions): Fix typo.

This commit is contained in:
Pavel Janík 2001-10-31 14:44:17 +00:00
parent bf180a000c
commit b8fbee6421

View file

@ -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