(Standard Buffer-Local Variables): Clarify intro text.

This commit is contained in:
Richard M. Stallman 2007-04-07 02:03:24 +00:00
parent c1153e4059
commit b0553b994c

View 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