aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
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.
197 197
198@item 198@item
199When a package provides a modification of ordinary Emacs behavior, it is 199When a package provides a modification of ordinary Emacs behavior, it is
200good to include a command to enable and disable the feature, Provide a 200good to include a command to enable and disable the feature, provide a
201command named @code{@var{whatever}-mode} which turns the feature on or 201command named @code{@var{whatever}-mode} which turns the feature on or
202off, and make it autoload (@pxref{Autoload}). Design the package so 202off, and make it autoload (@pxref{Autoload}). Design the package so
203that simply loading it has no visible effect---that should not enable 203that simply loading it has no visible effect---that should not enable