]> code.delx.au - gnu-emacs/blobdiff - lispref/locals.texi
(font-lock-extra-managed-props, font-lock-keywords, font-lock-maximum-size,
[gnu-emacs] / lispref / locals.texi
index 8c9034007bd40d26c8a4605e934514c9b4bcd7e4..57b17d3d41b15781ca662de5f95a024cba21ec40 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 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
@@ -21,6 +22,9 @@ use, but we don't try to list them all here.
 @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}.
 
@@ -33,6 +37,9 @@ use, but we don't try to list them all here.
 @item buffer-display-table
 @xref{Display Tables}.
 
+@item buffer-display-time
+@xref{Buffers and Windows}.
+
 @item buffer-file-coding-system
 @xref{Encoding and I/O}.
 
@@ -75,6 +82,9 @@ 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}.
 
@@ -84,27 +94,47 @@ use, but we don't try to list them all here.
 @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}.
 
 @item fill-column
 @xref{Auto Filling}.
 
+@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}.
 
+@item indicate-buffer-boundaries
+@xref{Usual Display}.
+
 @item indicate-empty-lines
 @xref{Usual Display}.
 
+@item left-fringe-width
+@xref{Fringes}.
+
 @item left-margin
 @xref{Indentation}.
 
 @item left-margin-width
 @xref{Display Margins}.
 
+@item line-spacing
+@xref{Line Height}.
+
 @item local-abbrev-table
 @xref{Abbrevs}.
 
@@ -117,9 +147,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}.
 
@@ -138,21 +165,18 @@ use, but we don't try to list them all here.
 @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}.
 
 @item right-margin-width
 @xref{Display Margins}.
 
+@item scroll-bar-width
+@xref{Scroll Bars}.
+
 @item scroll-down-aggressively
 @xref{Textual Scrolling}.
 
@@ -173,6 +197,9 @@ Used for communication between mouse commands and scroll-bar commands.
 
 @item vc-mode
 @xref{Mode Line Variables}.
+
+@item vertical-scroll-bar
+@xref{Scroll Bars}.
 @end table
 
 @ignore