]> code.delx.au - gnu-emacs/blobdiff - lispref/locals.texi
(desktop-load-file): Check for `fboundp' before calling `symbol-function'.
[gnu-emacs] / lispref / locals.texi
index dac89598f7022cfe6a09f38179aa511c7c747e37..e24117270a5f041f8cf4fa2ed700e78ee427b395 100644 (file)
@@ -1,6 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @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
 @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.
 
 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 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{Auto-Saving}.
 
 @item buffer-backed-up
-@xref{Backup Files}.
+@xref{Making Backups}.
 
 @item buffer-display-count
 
 @item buffer-display-count
-@xref{Displaying Buffers}.
+@xref{Buffers and Windows}.
 
 @item buffer-display-table
 
 @item buffer-display-table
-@xref{Display Tables}.
+@xref{Active Display Table}.
 
 @item buffer-display-time
 @xref{Buffers and Windows}.
 
 @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{Invisible Text}.
 
 @item buffer-offer-save
-@xref{Saving Buffers}.
+@xref{Killing Buffers}.
 
 @item buffer-read-only
 @xref{Read Only Buffers}.
 
 @item buffer-saved-size
 
 @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
 
 @item buffer-undo-list
 @xref{Undo}.
 
 @item cache-long-line-scans
-@xref{Text Lines}.
+@xref{Truncation}.
 
 @item case-fold-search
 @xref{Searching and Case}.
 
 @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{Usual Display}.
 
 @item cursor-type
-@xref{Window Frame Parameters}.
+@xref{Cursor Parameters}.
 
 @item comment-column
 @xref{Comments,,, emacs, The GNU Emacs Manual}.
 
 @item comment-column
 @xref{Comments,,, emacs, The GNU Emacs Manual}.
@@ -102,10 +104,10 @@ Does not work yet.
 @end ignore
 
 @item enable-multibyte-characters
 @end ignore
 
 @item enable-multibyte-characters
-@ref{Non-ASCII Characters}.
+@ref{Text Representations}.
 
 @item fill-column
 
 @item fill-column
-@xref{Auto Filling}.
+@xref{Margins}.
 
 @item fringes-outside-margins
 @xref{Fringes}.
 
 @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{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-buffer-boundaries
 @xref{Usual Display}.
@@ -123,19 +125,19 @@ Does not work yet.
 @xref{Usual Display}.
 
 @item left-fringe-width
 @xref{Usual Display}.
 
 @item left-fringe-width
-@xref{Fringes}.
+@xref{Fringe Size/Pos}.
 
 @item left-margin
 
 @item left-margin
-@xref{Indentation}.
+@xref{Margins}.
 
 @item left-margin-width
 @xref{Display Margins}.
 
 @item line-spacing
 
 @item left-margin-width
 @xref{Display Margins}.
 
 @item line-spacing
-@xref{Yet to be written}.
+@xref{Line Height}.
 
 @item local-abbrev-table
 
 @item local-abbrev-table
-@xref{Abbrevs}.
+@xref{Standard Abbrev Tables}.
 
 @item major-mode
 @xref{Mode Help}.
 
 @item major-mode
 @xref{Mode Help}.
@@ -146,9 +148,6 @@ Does not work yet.
 @item mark-ring
 @xref{The Mark}.
 
 @item mark-ring
 @xref{The Mark}.
 
-@item minor-modes
-@xref{Minor Modes}.
-
 @item mode-line-buffer-identification
 @xref{Mode Line Variables}.
 
 @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 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 point-before-scroll
 Used for communication between mouse commands and scroll-bar commands.
 
-@item require-final-newline
-@xref{Insertion}.
-
 @item right-fringe-width
 @item right-fringe-width
-@xref{Fringes}.
+@xref{Fringe Size/Pos}.
 
 @item right-margin-width
 @xref{Display Margins}.
 
 
 @item right-margin-width
 @xref{Display Margins}.
 
-@item scroll-bar-mode
-@xref{Scroll Bars}.
-
 @item scroll-bar-width
 @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 truncate-lines
 @xref{Truncation}.
 
-@item vc-mode
-@xref{Mode Line Variables}.
-
 @item vertical-scroll-bar
 @item vertical-scroll-bar
-@xref{Yet to be written}.
+@xref{Scroll Bars}.
 @end table
 
 @ignore
 @end table
 
 @ignore