]> code.delx.au - gnu-emacs/blobdiff - lispref/locals.texi
reduce body text size for emacs manual to 10pt
[gnu-emacs] / lispref / locals.texi
index d9565ae3e4bb7f19ef0588394b64675fe7a64c51..10a41bf5cca98ffb57904b4947e1e4b355d7ef19 100644 (file)
@@ -1,6 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004,
+@c   2005, 2006 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/locals
 @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
@@ -14,24 +15,31 @@ buffer-local only when set; a few of them are always local in every
 buffer.  Many Lisp packages define such variables for their internal
 use, but we don't try to list them all here.
 
-@table @code
-@item abbrev-mode
-@xref{Abbrevs}.
+Each minor modes defines a buffer-local variable named
+@samp{@var{modename}-mode}.  @xref{Minor Mode Conventions}.  Minor
+mode variables will not be listed here.
 
+@table @code
 @item auto-fill-function
 @xref{Auto Filling}.
 
+@item buffer-auto-save-file-format
+@xref{Format Conversion}.
+
 @item buffer-auto-save-file-name
 @xref{Auto-Saving}.
 
 @item buffer-backed-up
-@xref{Backup Files}.
+@xref{Making Backups}.
 
 @item buffer-display-count
-@xref{Displaying Buffers}.
+@xref{Buffers and Windows}.
 
 @item buffer-display-table
-@xref{Display Tables}.
+@xref{Active Display Table}.
+
+@item buffer-display-time
+@xref{Buffers and Windows}.
 
 @item buffer-file-coding-system
 @xref{Encoding and I/O}.
@@ -55,19 +63,19 @@ use, but we don't try to list them all here.
 @xref{Invisible Text}.
 
 @item buffer-offer-save
-@xref{Saving Buffers}.
+@xref{Killing Buffers}.
 
 @item buffer-read-only
 @xref{Read Only Buffers}.
 
 @item buffer-saved-size
-@xref{Point}.
+@xref{Auto-Saving}.
 
 @item buffer-undo-list
 @xref{Undo}.
 
 @item cache-long-line-scans
-@xref{Text Lines}.
+@xref{Truncation}.
 
 @item case-fold-search
 @xref{Searching and Case}.
@@ -75,38 +83,61 @@ use, but we don't try to list them all here.
 @item ctl-arrow
 @xref{Usual Display}.
 
+@item cursor-type
+@xref{Cursor Parameters}.
+
 @item comment-column
 @xref{Comments,,, emacs, The GNU Emacs Manual}.
 
 @item default-directory
-@xref{System Environment}.
+@xref{File Name Expansion}.
 
 @item defun-prompt-regexp
 @xref{List Motion}.
 
+@item desktop-save-buffer
+@xref{Desktop Save Mode}.
+
+@ignore
+@item direction-reversed
+Does not work yet.
+@end ignore
+
 @item enable-multibyte-characters
-@ref{Non-ASCII Characters}.
+@ref{Text Representations}.
 
 @item fill-column
-@xref{Auto Filling}.
+@xref{Margins}.
+
+@item fringes-outside-margins
+@xref{Fringes}.
 
 @item goal-column
 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
 
 @item header-line-format
-@xref{Mode Line Data}.
+@xref{Header Lines}.
+
+@item indicate-buffer-boundaries
+@xref{Usual Display}.
 
 @item indicate-empty-lines
 @xref{Usual Display}.
 
+@item left-fringe-width
+@xref{Fringe Size/Pos}.
+
 @item left-margin
-@xref{Indentation}.
+@xref{Margins}.
 
 @item left-margin-width
 @xref{Display Margins}.
 
+@item line-spacing
+@xref{Line Height}.
+
 @item local-abbrev-table
-@xref{Abbrevs}.
+@xref{Standard Abbrev Tables}.
 
 @item major-mode
 @xref{Mode Help}.
@@ -117,9 +148,6 @@ use, but we don't try to list them all here.
 @item mark-ring
 @xref{The Mark}.
 
-@item minor-modes
-@xref{Minor Modes}.
-
 @item mode-line-buffer-identification
 @xref{Mode Line Variables}.
 
@@ -135,24 +163,18 @@ use, but we don't try to list them all here.
 @item mode-name
 @xref{Mode Line Variables}.
 
-@item overwrite-mode
-@xref{Insertion}.
-
-@item paragraph-separate
-@xref{Standard Regexps}.
-
-@item paragraph-start
-@xref{Standard Regexps}.
-
 @item point-before-scroll
 Used for communication between mouse commands and scroll-bar commands.
 
-@item require-final-newline
-@xref{Insertion}.
+@item right-fringe-width
+@xref{Fringe Size/Pos}.
 
 @item right-margin-width
 @xref{Display Margins}.
 
+@item scroll-bar-width
+@xref{Scroll Bars}.
+
 @item scroll-down-aggressively
 @xref{Textual Scrolling}.
 
@@ -171,6 +193,10 @@ Used for communication between mouse commands and scroll-bar commands.
 @item truncate-lines
 @xref{Truncation}.
 
-@item vc-mode
-@xref{Mode Line Variables}.
+@item vertical-scroll-bar
+@xref{Scroll Bars}.
 @end table
+
+@ignore
+   arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
+@end ignore