]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 14:44:17 +0000 (14:44 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 14:44:17 +0000 (14:44 +0000)
lispref/tips.texi

index 3031ac5ce920db6704f8d4a450671de693176c64..1ecd312f4b5c24872168d60138f39db47bc6b2d2 100644 (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