]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:14:45 +0000 (17:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:14:45 +0000 (17:14 +0000)
lispref/modes.texi

index 3de0925283b7ecac626c54675f861f41bf74bbc5..cfa9e90d793f9fb2d1d7305a1fad4ec27f1f763c 100644 (file)
@@ -1391,9 +1391,9 @@ If non-@code{nil}, this specifies that the minor mode should be global
 rather than buffer-local.  It defaults to @code{nil}.
 
 One of the effects of making a minor mode global is that the
-@var{mode} variable becomes a customization variable; toggling it
-through the Custom interface to turn the mode on and off, and its
-value can be saved for future Emacs sessions (@pxref{Saving
+@var{mode} variable becomes a customization variable.  Toggling it
+through the Custom interface turns the mode on and off, and its value
+can be saved for future Emacs sessions (@pxref{Saving
 Customizations,,, emacs, The GNU Emacs Manual}.  For the saved
 variable to work, you should ensure that the @code{define-minor-mode}
 form is evaluated each time Emacs starts; for packages that are not