(Fx_server_vendor, Fx_server_version): Doc fixes.
[emacs.git] / lispref / locals.texi
blob21473ab0e09049357966badff27e09bd43d953c8
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
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.
17 @table @code
18 @item abbrev-mode
19 @xref{Abbrevs}.
21 @item auto-fill-function
22 @xref{Auto Filling}.
24 @item buffer-auto-save-file-format
25 @xref{Format Conversion}.
27 @item buffer-auto-save-file-name
28 @xref{Auto-Saving}.
30 @item buffer-backed-up
31 @xref{Backup Files}.
33 @item buffer-display-count
34 @xref{Displaying Buffers}.
36 @item buffer-display-table
37 @xref{Display Tables}.
39 @item buffer-file-coding-system
40 @xref{Encoding and I/O}.
42 @item buffer-file-format
43 @xref{Format Conversion}.
45 @item buffer-file-name
46 @xref{Buffer File Name}.
48 @item buffer-file-number
49 @xref{Buffer File Name}.
51 @item buffer-file-truename
52 @xref{Buffer File Name}.
54 @item buffer-file-type
55 @xref{MS-DOS File Types}.
57 @item buffer-invisibility-spec
58 @xref{Invisible Text}.
60 @item buffer-offer-save
61 @xref{Saving Buffers}.
63 @item buffer-read-only
64 @xref{Read Only Buffers}.
66 @item buffer-saved-size
67 @xref{Point}.
69 @item buffer-undo-list
70 @xref{Undo}.
72 @item cache-long-line-scans
73 @xref{Text Lines}.
75 @item case-fold-search
76 @xref{Searching and Case}.
78 @item ctl-arrow
79 @xref{Usual Display}.
81 @item comment-column
82 @xref{Comments,,, emacs, The GNU Emacs Manual}.
84 @item default-directory
85 @xref{File Name Expansion}.
87 @item defun-prompt-regexp
88 @xref{List Motion}.
90 @item desktop-save-buffer
91 @xref{Desktop Save Mode}.
93 @item enable-multibyte-characters
94 @ref{Non-ASCII Characters}.
96 @item fill-column
97 @xref{Auto Filling}.
99 @item goal-column
100 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
102 @item header-line-format
103 @xref{Mode Line Data}.
105 @item indicate-empty-lines
106 @xref{Usual Display}.
108 @item left-margin
109 @xref{Indentation}.
111 @item left-margin-width
112 @xref{Display Margins}.
114 @item local-abbrev-table
115 @xref{Abbrevs}.
117 @item major-mode
118 @xref{Mode Help}.
120 @item mark-active
121 @xref{The Mark}.
123 @item mark-ring
124 @xref{The Mark}.
126 @item minor-modes
127 @xref{Minor Modes}.
129 @item mode-line-buffer-identification
130 @xref{Mode Line Variables}.
132 @item mode-line-format
133 @xref{Mode Line Data}.
135 @item mode-line-modified
136 @xref{Mode Line Variables}.
138 @item mode-line-process
139 @xref{Mode Line Variables}.
141 @item mode-name
142 @xref{Mode Line Variables}.
144 @item overwrite-mode
145 @xref{Insertion}.
147 @item paragraph-separate
148 @xref{Standard Regexps}.
150 @item paragraph-start
151 @xref{Standard Regexps}.
153 @item point-before-scroll
154 Used for communication between mouse commands and scroll-bar commands.
156 @item require-final-newline
157 @xref{Insertion}.
159 @item right-margin-width
160 @xref{Display Margins}.
162 @item scroll-down-aggressively
163 @xref{Textual Scrolling}.
165 @item scroll-up-aggressively
166 @xref{Textual Scrolling}.
168 @item selective-display
169 @xref{Selective Display}.
171 @item selective-display-ellipses
172 @xref{Selective Display}.
174 @item tab-width
175 @xref{Usual Display}.
177 @item truncate-lines
178 @xref{Truncation}.
180 @item vc-mode
181 @xref{Mode Line Variables}.
182 @end table
184 @ignore
185    arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
186 @end ignore