(type-break-mode): remove :version field from defcustom declaration.
[emacs.git] / lispref / locals.texi
blob7a93b817647389b6b242668f8242c660799b2c64
1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993 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-name
25 @xref{Auto-Saving}.
27 @item buffer-backed-up
28 @xref{Backup Files}.
30 @item buffer-display-count
31 @xref{Displaying Buffers}.
33 @item buffer-display-table
34 @xref{Display Tables}.
36 @item buffer-file-format
37 @xref{Format Conversion}.
39 @item buffer-file-name
40 @xref{Buffer File Name}.
42 @item buffer-file-number
43 @xref{Buffer File Name}.
45 @item buffer-file-truename
46 @xref{Buffer File Name}.
48 @item buffer-file-type
49 @xref{MS-DOS File Types}.
51 @item buffer-invisibility-spec
52 @xref{Invisible Text}.
54 @item buffer-offer-save
55 @xref{Saving Buffers}.
57 @item buffer-read-only
58 @xref{Read Only Buffers}.
60 @item buffer-saved-size
61 @xref{Point}.
63 @item buffer-undo-list
64 @xref{Undo}.
66 @item cache-long-line-scans
67 @xref{Text Lines}.
69 @item case-fold-search
70 @xref{Searching and Case}.
72 @item ctl-arrow
73 @xref{Usual Display}.
75 @item comment-column
76 @xref{Comments,,, emacs, The GNU Emacs Manual}.
78 @item default-directory
79 @xref{System Environment}.
81 @item defun-prompt-regexp
82 @xref{List Motion}.
84 @item enable-multibyte-characters
85 @ref{Non-ASCII Characters}.
87 @item fill-column
88 @xref{Auto Filling}.
90 @item goal-column
91 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
93 @item left-margin
94 @xref{Indentation}.
96 @item local-abbrev-table
97 @xref{Abbrevs}.
99 @item local-write-file-hooks
100 @xref{Saving Buffers}.
102 @item major-mode
103 @xref{Mode Help}.
105 @item mark-active
106 @xref{The Mark}.
108 @item mark-ring
109 @xref{The Mark}.
111 @item minor-modes
112 @xref{Minor Modes}.
114 @item mode-line-buffer-identification
115 @xref{Mode Line Variables}.
117 @item mode-line-format
118 @xref{Mode Line Data}.
120 @item mode-line-modified
121 @xref{Mode Line Variables}.
123 @item mode-line-process
124 @xref{Mode Line Variables}.
126 @item mode-name
127 @xref{Mode Line Variables}.
129 @item overwrite-mode
130 @xref{Insertion}.
132 @item paragraph-separate
133 @xref{Standard Regexps}.
135 @item paragraph-start
136 @xref{Standard Regexps}.
138 @item point-before-scroll
139 Ued for communication between mouse commands and scroll-bar commands..
141 @item require-final-newline
142 @xref{Insertion}.
144 @item selective-display
145 @xref{Selective Display}.
147 @item selective-display-ellipses
148 @xref{Selective Display}.
150 @item tab-width
151 @xref{Usual Display}.
153 @item truncate-lines
154 @xref{Truncation}.
156 @item vc-mode
157 @xref{Mode Line Variables}.
158 @end table