Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.183 emacs/lispref/display.texi:1.184
*** emacs/lispref/display.texi:1.183    Thu Aug 25 11:04:38 2005
--- emacs/lispref/display.texi  Thu Sep  8 22:00:57 2005
***************
*** 4546,4556 ****
  @end defvar
  
  @defopt tab-width
! The value of this variable is the spacing between tab stops used for
! displaying tab characters in Emacs buffers.  The value is in units of
! columns, and the default is 8.  Note that this feature is completely
! independent of the user-settable tab stops used by the command
! @code{tab-to-tab-stop}.  @xref{Indent Tabs}.
  @end defopt
  
  @defopt indicate-empty-lines
--- 4546,4556 ----
  @end defvar
  
  @defopt tab-width
! The value of this buffer-local variable is the spacing between tab
! stops used for displaying tab characters in Emacs buffers.  The value
! is in units of columns, and the default is 8.  Note that this feature
! is completely independent of the user-settable tab stops used by the
! command @code{tab-to-tab-stop}.  @xref{Indent Tabs}.
  @end defopt
  
  @defopt indicate-empty-lines
***************
*** 4559,4564 ****
--- 4559,4565 ----
  When this is [EMAIL PROTECTED], Emacs displays a special glyph in the
  fringe of each empty line at the end of the buffer, on terminals that
  support it (window systems).  @xref{Fringes}.
+ This variable is automatically buffer-local in every buffer.
  @end defopt
  
  @defvar indicate-buffer-boundaries


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to