X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e50bc187485d059c00a5f6a61da7b563bba56a03..07696982f10458a8af3b47d96190c554a8fde8fc:/lispref/locals.texi?ds=sidebyside diff --git a/lispref/locals.texi b/lispref/locals.texi index dac89598f7..e24117270a 100644 --- a/lispref/locals.texi +++ b/lispref/locals.texi @@ -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 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,10 +15,11 @@ 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}. @@ -28,13 +30,13 @@ use, but we don't try to list them all here. @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}. @@ -61,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}. @@ -82,7 +84,7 @@ use, but we don't try to list them all here. @xref{Usual Display}. @item cursor-type -@xref{Window Frame Parameters}. +@xref{Cursor Parameters}. @item comment-column @xref{Comments,,, emacs, The GNU Emacs Manual}. @@ -102,10 +104,10 @@ 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}. @@ -114,7 +116,7 @@ Does not work yet. @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}. @@ -123,19 +125,19 @@ Does not work yet. @xref{Usual Display}. @item left-fringe-width -@xref{Fringes}. +@xref{Fringe Size/Pos}. @item left-margin -@xref{Indentation}. +@xref{Margins}. @item left-margin-width @xref{Display Margins}. @item line-spacing -@xref{Yet to be written}. +@xref{Line Height}. @item local-abbrev-table -@xref{Abbrevs}. +@xref{Standard Abbrev Tables}. @item major-mode @xref{Mode Help}. @@ -146,9 +148,6 @@ Does not work yet. @item mark-ring @xref{The Mark}. -@item minor-modes -@xref{Minor Modes}. - @item mode-line-buffer-identification @xref{Mode Line Variables}. @@ -164,30 +163,15 @@ Does not work yet. @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{Fringes}. +@xref{Fringe Size/Pos}. @item right-margin-width @xref{Display Margins}. -@item scroll-bar-mode -@xref{Scroll Bars}. - @item scroll-bar-width @xref{Scroll Bars}. @@ -209,11 +193,8 @@ 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{Yet to be written}. +@xref{Scroll Bars}. @end table @ignore