comparison lispref/tips.texi @ 40561:ec17075b77aa

(Coding Conventions): Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 31 Oct 2001 14:44:17 +0000
parents 37a08b5afded
children fb31125d0d7b
comparison
equal deleted inserted replaced
40560:2b090a77bb4d 40561:ec17075b77aa
195 Modes such as Dired, Info, Compilation, and Occur redefine it in this 195 Modes such as Dired, Info, Compilation, and Occur redefine it in this
196 way. 196 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
204 the feature.@footnote{Consider that the package may be loaded 204 the feature.@footnote{Consider that the package may be loaded
205 arbitrarily by Custom for instance.} Users will request the feature by 205 arbitrarily by Custom for instance.} Users will request the feature by