Minor whitespace change.
[bpt/emacs.git] / lispref / locals.texi
1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc.
4 @c See the file elisp.texi for copying conditions.
5 @setfilename ../info/locals
6 @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
7 @appendix Buffer-Local Variables
8 @c The title "Standard Buffer-Local Variables" is too long for
9 @c smallbook. --rjc 30mar92
10
11 The table below lists the general-purpose Emacs variables that
12 automatically become buffer-local in each buffer. Most become
13 buffer-local only when set; a few of them are always local in every
14 buffer. Many Lisp packages define such variables for their internal
15 use, but we don't try to list them all here.
16
17 @table @code
18 @item abbrev-mode
19 @xref{Abbrevs}.
20
21 @item auto-fill-function
22 @xref{Auto Filling}.
23
24 @item buffer-auto-save-file-name
25 @xref{Auto-Saving}.
26
27 @item buffer-backed-up
28 @xref{Backup Files}.
29
30 @item buffer-display-count
31 @xref{Displaying Buffers}.
32
33 @item buffer-display-table
34 @xref{Display Tables}.
35
36 @item buffer-file-coding-system
37 @xref{Encoding and I/O}.
38
39 @item buffer-file-format
40 @xref{Format Conversion}.
41
42 @item buffer-file-name
43 @xref{Buffer File Name}.
44
45 @item buffer-file-number
46 @xref{Buffer File Name}.
47
48 @item buffer-file-truename
49 @xref{Buffer File Name}.
50
51 @item buffer-file-type
52 @xref{MS-DOS File Types}.
53
54 @item buffer-invisibility-spec
55 @xref{Invisible Text}.
56
57 @item buffer-offer-save
58 @xref{Saving Buffers}.
59
60 @item buffer-read-only
61 @xref{Read Only Buffers}.
62
63 @item buffer-saved-size
64 @xref{Point}.
65
66 @item buffer-undo-list
67 @xref{Undo}.
68
69 @item cache-long-line-scans
70 @xref{Text Lines}.
71
72 @item case-fold-search
73 @xref{Searching and Case}.
74
75 @item ctl-arrow
76 @xref{Usual Display}.
77
78 @item comment-column
79 @xref{Comments,,, emacs, The GNU Emacs Manual}.
80
81 @item default-directory
82 @xref{File Name Expansion}.
83
84 @item defun-prompt-regexp
85 @xref{List Motion}.
86
87 @item desktop-save-buffer
88 @xref{Desktop Save Mode}.
89
90 @item enable-multibyte-characters
91 @ref{Non-ASCII Characters}.
92
93 @item fill-column
94 @xref{Auto Filling}.
95
96 @item goal-column
97 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
98
99 @item header-line-format
100 @xref{Mode Line Data}.
101
102 @item indicate-empty-lines
103 @xref{Usual Display}.
104
105 @item left-margin
106 @xref{Indentation}.
107
108 @item left-margin-width
109 @xref{Display Margins}.
110
111 @item local-abbrev-table
112 @xref{Abbrevs}.
113
114 @item major-mode
115 @xref{Mode Help}.
116
117 @item mark-active
118 @xref{The Mark}.
119
120 @item mark-ring
121 @xref{The Mark}.
122
123 @item minor-modes
124 @xref{Minor Modes}.
125
126 @item mode-line-buffer-identification
127 @xref{Mode Line Variables}.
128
129 @item mode-line-format
130 @xref{Mode Line Data}.
131
132 @item mode-line-modified
133 @xref{Mode Line Variables}.
134
135 @item mode-line-process
136 @xref{Mode Line Variables}.
137
138 @item mode-name
139 @xref{Mode Line Variables}.
140
141 @item overwrite-mode
142 @xref{Insertion}.
143
144 @item paragraph-separate
145 @xref{Standard Regexps}.
146
147 @item paragraph-start
148 @xref{Standard Regexps}.
149
150 @item point-before-scroll
151 Used for communication between mouse commands and scroll-bar commands.
152
153 @item require-final-newline
154 @xref{Insertion}.
155
156 @item right-margin-width
157 @xref{Display Margins}.
158
159 @item scroll-down-aggressively
160 @xref{Textual Scrolling}.
161
162 @item scroll-up-aggressively
163 @xref{Textual Scrolling}.
164
165 @item selective-display
166 @xref{Selective Display}.
167
168 @item selective-display-ellipses
169 @xref{Selective Display}.
170
171 @item tab-width
172 @xref{Usual Display}.
173
174 @item truncate-lines
175 @xref{Truncation}.
176
177 @item vc-mode
178 @xref{Mode Line Variables}.
179 @end table
180
181 @ignore
182 arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
183 @end ignore