emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/locals.texi


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/locals.texi
Date: Thu, 08 Sep 2005 18:01:02 -0400

Index: emacs/lispref/locals.texi
diff -c emacs/lispref/locals.texi:1.21 emacs/lispref/locals.texi:1.22
*** emacs/lispref/locals.texi:1.21      Wed Aug 10 14:29:00 2005
--- emacs/lispref/locals.texi   Thu Sep  8 22:00:57 2005
***************
*** 15,24 ****
  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}.
  
  @item auto-fill-function
  @xref{Auto Filling}.
  
--- 15,25 ----
  buffer.  Many Lisp packages define such variables for their internal
  use, but we don't try to list them all here.
  
! Each minor modes defines a buffer-local variable named
! @address@hidden  @xref{Minor Mode Conventions}.  Minor
! mode variables will not be listed here.
  
+ @table @code
  @item auto-fill-function
  @xref{Auto Filling}.
  
***************
*** 29,41 ****
  @xref{Auto-Saving}.
  
  @item buffer-backed-up
! @xref{Backup Files}.
  
  @item buffer-display-count
! @xref{Displaying Buffers}.
  
  @item buffer-display-table
! @xref{Display Tables}.
  
  @item buffer-display-time
  @xref{Buffers and Windows}.
--- 30,42 ----
  @xref{Auto-Saving}.
  
  @item buffer-backed-up
! @xref{Making Backups}.
  
  @item buffer-display-count
! @xref{Buffers and Windows}.
  
  @item buffer-display-table
! @xref{Active Display Table}.
  
  @item buffer-display-time
  @xref{Buffers and Windows}.
***************
*** 62,80 ****
  @xref{Invisible Text}.
  
  @item buffer-offer-save
! @xref{Saving Buffers}.
  
  @item buffer-read-only
  @xref{Read Only Buffers}.
  
  @item buffer-saved-size
! @xref{Point}.
  
  @item buffer-undo-list
  @xref{Undo}.
  
  @item cache-long-line-scans
! @xref{Text Lines}.
  
  @item case-fold-search
  @xref{Searching and Case}.
--- 63,81 ----
  @xref{Invisible Text}.
  
  @item buffer-offer-save
! @xref{Killing Buffers}.
  
  @item buffer-read-only
  @xref{Read Only Buffers}.
  
  @item buffer-saved-size
! @xref{Auto-Saving}.
  
  @item buffer-undo-list
  @xref{Undo}.
  
  @item cache-long-line-scans
! @xref{Truncation}.
  
  @item case-fold-search
  @xref{Searching and Case}.
***************
*** 103,112 ****
  @end ignore
  
  @item enable-multibyte-characters
! @ref{Non-ASCII Characters}.
  
  @item fill-column
! @xref{Auto Filling}.
  
  @item fringes-outside-margins
  @xref{Fringes}.
--- 104,113 ----
  @end ignore
  
  @item enable-multibyte-characters
! @ref{Text Representations}.
  
  @item fill-column
! @xref{Margins}.
  
  @item fringes-outside-margins
  @xref{Fringes}.
***************
*** 115,121 ****
  @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
  
  @item header-line-format
! @xref{Mode Line Data}.
  
  @item indicate-buffer-boundaries
  @xref{Usual Display}.
--- 116,122 ----
  @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
  
  @item header-line-format
! @xref{Header Lines}.
  
  @item indicate-buffer-boundaries
  @xref{Usual Display}.
***************
*** 124,133 ****
  @xref{Usual Display}.
  
  @item left-fringe-width
! @xref{Fringes}.
  
  @item left-margin
! @xref{Indentation}.
  
  @item left-margin-width
  @xref{Display Margins}.
--- 125,134 ----
  @xref{Usual Display}.
  
  @item left-fringe-width
! @xref{Fringe Size/Pos}.
  
  @item left-margin
! @xref{Margins}.
  
  @item left-margin-width
  @xref{Display Margins}.
***************
*** 136,142 ****
  @xref{Line Height}.
  
  @item local-abbrev-table
! @xref{Abbrevs}.
  
  @item major-mode
  @xref{Mode Help}.
--- 137,143 ----
  @xref{Line Height}.
  
  @item local-abbrev-table
! @xref{Standard Abbrev Tables}.
  
  @item major-mode
  @xref{Mode Help}.
***************
*** 162,175 ****
  @item mode-name
  @xref{Mode Line Variables}.
  
- @item overwrite-mode
- @xref{Insertion}.
- 
  @item point-before-scroll
  Used for communication between mouse commands and scroll-bar commands.
  
  @item right-fringe-width
! @xref{Fringes}.
  
  @item right-margin-width
  @xref{Display Margins}.
--- 163,173 ----
  @item mode-name
  @xref{Mode Line Variables}.
  
  @item point-before-scroll
  Used for communication between mouse commands and scroll-bar commands.
  
  @item right-fringe-width
! @xref{Fringe Size/Pos}.
  
  @item right-margin-width
  @xref{Display Margins}.
***************
*** 194,202 ****
  
  @item truncate-lines
  @xref{Truncation}.
- 
- @item vc-mode
- @xref{Mode Line Variables}.
  
  @item vertical-scroll-bar
  @xref{Scroll Bars}.
--- 192,197 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]