]> code.delx.au - gnu-emacs/blobdiff - lispref/locals.texi
* NEWS: explain new behavior and arguments of `key-binding' and
[gnu-emacs] / lispref / locals.texi
index e24117270a5f041f8cf4fa2ed700e78ee427b395..78c2d04fda2b354d12dededb52d717dae7a4dd15 100644 (file)
@@ -1,13 +1,14 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004,
-@c   2005 Free Software Foundation, Inc.
+@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
 @appendix Buffer-Local Variables
 @c The title "Standard Buffer-Local Variables" is too long for
 @c smallbook. --rjc 30mar92
+@cindex buffer-local variables, general-purpose
 
   The table below lists the general-purpose Emacs variables that
 automatically become buffer-local in each buffer.  Most become
@@ -65,6 +66,9 @@ mode variables will not be listed here.
 @item buffer-offer-save
 @xref{Killing Buffers}.
 
+@item buffer-save-without-query
+@xref{Killing Buffers}.
+
 @item buffer-read-only
 @xref{Read Only Buffers}.
 
@@ -86,6 +90,9 @@ mode variables will not be listed here.
 @item cursor-type
 @xref{Cursor Parameters}.
 
+@item cursor-in-non-selected-windows
+@xref{Basic Windows}.
+
 @item comment-column
 @xref{Comments,,, emacs, The GNU Emacs Manual}.
 
@@ -109,6 +116,18 @@ Does not work yet.
 @item fill-column
 @xref{Margins}.
 
+@item fill-prefix
+@xref{Margins}.
+
+@item font-lock-defaults
+@xref{Font Lock Basics}.
+
+@item fringe-cursor-alist
+@xref{Fringe Cursors}.
+
+@item fringe-indicator-alist
+@xref{Fringe Indicators}.
+
 @item fringes-outside-margins
 @xref{Fringes}.
 
@@ -172,6 +191,9 @@ Used for communication between mouse commands and scroll-bar commands.
 @item right-margin-width
 @xref{Display Margins}.
 
+@item save-buffer-coding-system
+@xref{Encoding and I/O}.
+
 @item scroll-bar-width
 @xref{Scroll Bars}.
 
@@ -195,8 +217,15 @@ Used for communication between mouse commands and scroll-bar commands.
 
 @item vertical-scroll-bar
 @xref{Scroll Bars}.
+
+@item window-size-fixed
+@xref{Resizing Windows}.
+
+@item write-contents-functions
+@xref{Saving Buffers}.
 @end table
 
+
 @ignore
    arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
 @end ignore