aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 02:03:24 +0000
committerRichard M. Stallman2007-04-07 02:03:24 +0000
commitb0553b994c786347b404082e9d3cf2f94cac31ad (patch)
treea4e8df76814d8a81e2365081d9c90d4f12721108 /lispref
parentc1153e4059b0e5a2d143a7e29afc62bd68a1fd40 (diff)
downloademacs-b0553b994c786347b404082e9d3cf2f94cac31ad.tar.gz
emacs-b0553b994c786347b404082e9d3cf2f94cac31ad.zip
(Standard Buffer-Local Variables): Clarify intro text.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/locals.texi6
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
17buffer. Many Lisp packages define such variables for their internal 17buffer. Many Lisp packages define such variables for their internal
18use, but we don't try to list them all here. 18use, but we don't try to list them all here.
19 19
20Each 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 21named @samp{@var{modename}-mode}. @xref{Minor Mode Conventions}.
22mode variables will not be listed here. 22Minor 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