emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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 address@hidden, 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




reply via email to

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