# HG changeset patch # User Richard M. Stallman # Date 1175911404 0 # Node ID cfaec726e4dcd06b29b689bd4df99b4eb5444b39 # Parent a83d15e8c982775ddb68934e1d9a1ac2740c46d0 (Standard Buffer-Local Variables): Clarify intro text. diff -r a83d15e8c982 -r cfaec726e4dc lispref/locals.texi --- a/lispref/locals.texi Sat Apr 07 02:02:56 2007 +0000 +++ b/lispref/locals.texi Sat Apr 07 02:03:24 2007 +0000 @@ -17,9 +17,9 @@ 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