]> git.eshelyaron.com Git - emacs.git/commitdiff
(Standard Buffer-Local Variables): Clarify intro text.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 02:03:24 +0000 (02:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 02:03:24 +0000 (02:03 +0000)
lispref/locals.texi

index 01da53fb24efc3a2a18e5b2a07e3efc4469e189c..4edbc2a815fecca1552385e1d49715432acda431 100644 (file)
@@ -17,9 +17,9 @@ buffer-local only when set; a few of them are always local in every
 buffer.  Many Lisp packages define such variables for their internal
 use, but we don't try to list them all here.
 
-Each minor modes defines a buffer-local variable named
-@samp{@var{modename}-mode}.  @xref{Minor Mode Conventions}.  Minor
-mode variables will not be listed here.
+  Every buffer-specific minor mode defines a buffer-local variable
+named @samp{@var{modename}-mode}.  @xref{Minor Mode Conventions}.
+Minor mode variables will not be listed here.
 
 @table @code
 @item auto-fill-function