# HG changeset patch # User Gerd Moellmann # Date 942583898 0 # Node ID 381ec3cf8fe2e7caabe1159d0e6e7fb73e8ad63b # Parent 994f90246cfa25c149583619389dd2ea48d1987e Change from rms. diff -r 994f90246cfa -r 381ec3cf8fe2 lispref/locals.texi --- a/lispref/locals.texi Sun Nov 14 12:07:12 1999 +0000 +++ b/lispref/locals.texi Sun Nov 14 12:51:38 1999 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1999 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 @@ -33,6 +33,9 @@ @item buffer-display-table @xref{Display Tables}. +@item buffer-file-coding-system +@xref{Encoding and I/O}. + @item buffer-file-format @xref{Format Conversion}. @@ -90,9 +93,18 @@ @item goal-column @xref{Moving Point,,, emacs, The GNU Emacs Manual}. +@item header-line-format +@xref{Mode Line Data}. + +@item indicate-empty-lines +@xref{Usual Display}. + @item left-margin @xref{Indentation}. +@item left-margin-width +@xref{Display Margins}. + @item local-abbrev-table @xref{Abbrevs}. @@ -136,11 +148,20 @@ @xref{Standard Regexps}. @item point-before-scroll -Ued for communication between mouse commands and scroll-bar commands.. +Used for communication between mouse commands and scroll-bar commands.. @item require-final-newline @xref{Insertion}. +@item right-margin-width +@xref{Display Margins}. + +@item scroll-down-aggressively +@xref{Textual Scrolling}. + +@item scroll-up-aggressively +@xref{Textual Scrolling}. + @item selective-display @xref{Selective Display}. @@ -156,3 +177,4 @@ @item vc-mode @xref{Mode Line Variables}. @end table +