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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Wed, 08 Feb 2006 00:27:57 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.199 emacs/lispref/display.texi:1.200
--- emacs/lispref/display.texi:1.199    Mon Feb  6 11:55:09 2006
+++ emacs/lispref/display.texi  Wed Feb  8 00:27:57 2006
@@ -126,7 +126,7 @@
 which is also called @dfn{continuing} the line.  (The display table can
 specify alternative indicators; see @ref{Display Tables}.)
 
-  On a window system display, the @samp{$} and @samp{\} indicators are
+  On a graphical display, the @samp{$} and @samp{\} indicators are
 replaced with arrow images displayed in the window fringes
 (@pxref{Fringes}).
 
@@ -1651,13 +1651,13 @@
 However, if the variable @code{default-line-spacing} is
 address@hidden, it overrides the frame's @code{line-spacing}
 parameter.  An integer value specifies the number of pixels put below
-lines on window systems.  A floating point number specifies the
+lines on graphical displays.  A floating point number specifies the
 spacing relative to the frame's default line height.
 
 @vindex line-spacing
   You can specify the line spacing for all lines in a buffer via the
 buffer-local @code{line-spacing} variable.  An integer value specifies
-the number of pixels put below lines on window systems.  A floating
+the number of pixels put below lines on graphical displays.  A floating
 point number specifies the spacing relative to the default frame line
 height.  This overrides line spacings specified for the frame.
 
@@ -4603,9 +4603,9 @@
 @tindex indicate-empty-lines
 @cindex fringes, and empty line indication
 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.
+fringe of each empty line at the end of the buffer, on graphical
+displays.  @xref{Fringes}.  This variable is automatically
+buffer-local in every buffer.
 @end defopt
 
 @defvar indicate-buffer-boundaries
@@ -4854,7 +4854,7 @@
 @item @var{string}
 Send the characters in @var{string} to the terminal to output
 this glyph.  This alternative is available on character terminals,
-but not under a window system.
+but not on graphical displays.
 
 @item @var{integer}
 Define this glyph code as an alias for glyph code @var{integer}.  You
@@ -4896,7 +4896,7 @@
 @defopt visible-bell
 This variable determines whether Emacs should flash the screen to
 represent a bell.  address@hidden means yes, @code{nil} means no.  This
-is effective on a window system, and on a character-only terminal
+is effective on graphical displays, and on text-only terminals
 provided the terminal's Termcap entry defines the visible bell
 capability (@samp{vb}).
 @end defopt




reply via email to

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