emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/xresources.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/xresources.texi
Date: Mon, 21 Jan 2002 17:18:16 -0500

Index: emacs/man/xresources.texi
diff -c emacs/man/xresources.texi:1.8 emacs/man/xresources.texi:1.9
*** emacs/man/xresources.texi:1.8       Sun Jan 13 06:55:22 2002
--- emacs/man/xresources.texi   Mon Jan 21 17:18:16 2002
***************
*** 24,33 ****
  @cindex resources
  
  @cindex X resources, @file{~/.Xdefaults} file
!   Programs running under the X Window System organize their user options
! under a hierarchy of classes and resources.  You can specify default
! values for these options in your X resources file, usually named
! @file{~/.Xdefaults}.
  
    Each line in the file specifies a value for one option or for a
  collection of related options, for one program or for several programs
--- 24,36 ----
  @cindex resources
  
  @cindex X resources, @file{~/.Xdefaults} file
!   Programs running under the X Window System organize their user
! options under a hierarchy of classes and resources.  You can specify
! default values for these options in your X resources file, usually
! named @file{~/.Xdefaults}.  If changes in @file{~/.Xdefaults} do not
! take effect, it is because your X server stores its own list of
! resources; to update them, use the shell command @command{xrdb}---for
! instance, @samp{xrdb ~/.Xdefaults}.
  
    Each line in the file specifies a value for one option or for a
  collection of related options, for one program or for several programs
***************
*** 137,143 ****
  @appendixsec Table of X Resources for Emacs
  
    This table lists the resource names that designate options for
! Emacs, each with the class that it belongs to:
  
  @table @asis
  @item @code{background} (class @code{Background})
--- 140,147 ----
  @appendixsec Table of X Resources for Emacs
  
    This table lists the resource names that designate options for
! Emacs, not counting those for the appearance of the menu bar, each
! with the class that it belongs to:
  
  @table @asis
  @item @code{background} (class @code{Background})
***************
*** 193,199 ****
  Additional space (@dfn{leading}) between lines, in pixels.
  
  @item @code{menuBar} (class @code{MenuBar})
! Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.
  
  @item @code{toolBar} (class @code{ToolBar})
  Number of lines to reserve for the tool bar.  A zero value suppresses
--- 197,205 ----
  Additional space (@dfn{leading}) between lines, in pixels.
  
  @item @code{menuBar} (class @code{MenuBar})
! Give frames menu bars if @samp{on}; don't have menu bars if
! @samp{off}.  @xref{Lucid Resources}, and @ref{LessTif Resources}, for
! how to control the appearance of the menu bar if you have one.
  
  @item @code{toolBar} (class @code{ToolBar})
  Number of lines to reserve for the tool bar.  A zero value suppresses



reply via email to

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