(Standard Buffer-Local Variables): Clarify intro text.
This commit is contained in:
parent
c1153e4059
commit
b0553b994c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue