diff options
| author | Pavel Janík | 2001-10-31 14:44:17 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-31 14:44:17 +0000 |
| commit | b8fbee6421e07d4e1dc49997a67b3396cc6d8508 (patch) | |
| tree | f2e6c2f6ec28db2760e85ed45bd740921ba820a7 | |
| parent | bf180a000cdabacd7a77cf416d97e99db4b0e142 (diff) | |
| download | emacs-b8fbee6421e07d4e1dc49997a67b3396cc6d8508.tar.gz emacs-b8fbee6421e07d4e1dc49997a67b3396cc6d8508.zip | |
(Coding Conventions): Fix typo.
| -rw-r--r-- | lispref/tips.texi | 2 |
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 |
| 199 | When a package provides a modification of ordinary Emacs behavior, it is | 199 | When a package provides a modification of ordinary Emacs behavior, it is |
| 200 | good to include a command to enable and disable the feature, Provide a | 200 | good to include a command to enable and disable the feature, provide a |
| 201 | command named @code{@var{whatever}-mode} which turns the feature on or | 201 | command named @code{@var{whatever}-mode} which turns the feature on or |
| 202 | off, and make it autoload (@pxref{Autoload}). Design the package so | 202 | off, and make it autoload (@pxref{Autoload}). Design the package so |
| 203 | that simply loading it has no visible effect---that should not enable | 203 | that simply loading it has no visible effect---that should not enable |