diff lispref/locals.texi @ 71539:22916db86ba2

(Standard Buffer-Local Variables): Update the list of variables.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Jun 2006 12:32:16 +0000
parents 067115a6e738
children df35f095b799
line wrap: on
line diff
--- a/lispref/locals.texi	Fri Jun 30 08:39:28 2006 +0000
+++ b/lispref/locals.texi	Fri Jun 30 12:32:16 2006 +0000
@@ -8,6 +8,7 @@
 @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 @@
 @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 @@
 @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 @@
 @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 @@
 @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,23 @@
 
 @item vertical-scroll-bar
 @xref{Scroll Bars}.
+
+@item window-size-fixed
+@xref{Resizing Windows}.
+
+@item write-contents-functions
+@xref{Saving Buffers}.
 @end table
 
 @ignore
+Buffer local variables mentioned in manual but not considered worth
+mentioning here:
+
+left-fringe-width
+right-fringe-width
+@end ignore
+
+
+@ignore
    arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
 @end ignore