changeset 75636:dccc7ead1ede

Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 03 Feb 2007 17:14:45 +0000
parents 425b89152cb4
children 3c400628967a
files lispref/modes.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Sat Feb 03 17:11:39 2007 +0000
+++ b/lispref/modes.texi	Sat Feb 03 17:14:45 2007 +0000
@@ -1391,9 +1391,9 @@
 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