diff options
| author | Richard M. Stallman | 2007-04-07 02:03:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 02:03:24 +0000 |
| commit | b0553b994c786347b404082e9d3cf2f94cac31ad (patch) | |
| tree | a4e8df76814d8a81e2365081d9c90d4f12721108 | |
| parent | c1153e4059b0e5a2d143a7e29afc62bd68a1fd40 (diff) | |
| download | emacs-b0553b994c786347b404082e9d3cf2f94cac31ad.tar.gz emacs-b0553b994c786347b404082e9d3cf2f94cac31ad.zip | |
(Standard Buffer-Local Variables): Clarify intro text.
| -rw-r--r-- | lispref/locals.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/locals.texi b/lispref/locals.texi index 01da53fb24e..4edbc2a815f 100644 --- a/lispref/locals.texi +++ b/lispref/locals.texi | |||
| @@ -17,9 +17,9 @@ buffer-local only when set; a few of them are always local in every | |||
| 17 | buffer. Many Lisp packages define such variables for their internal | 17 | buffer. Many Lisp packages define such variables for their internal |
| 18 | use, but we don't try to list them all here. | 18 | use, but we don't try to list them all here. |
| 19 | 19 | ||
| 20 | Each minor modes defines a buffer-local variable named | 20 | Every buffer-specific minor mode defines a buffer-local variable |
| 21 | @samp{@var{modename}-mode}. @xref{Minor Mode Conventions}. Minor | 21 | named @samp{@var{modename}-mode}. @xref{Minor Mode Conventions}. |
| 22 | mode variables will not be listed here. | 22 | Minor mode variables will not be listed here. |
| 23 | 23 | ||
| 24 | @table @code | 24 | @table @code |
| 25 | @item auto-fill-function | 25 | @item auto-fill-function |