X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Fxemacs%2Fcustom.texi;h=d37a926f0361f0f855010b0fb5dbb93cd1b94a47;hp=9a8dc9b52828915b98f445e884bc043ca3f51f19;hb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/man/xemacs/custom.texi b/man/xemacs/custom.texi index 9a8dc9b..d37a926 100644 --- a/man/xemacs/custom.texi +++ b/man/xemacs/custom.texi @@ -1539,18 +1539,13 @@ and some English to explain that string if necessary. When you start Emacs, it normally loads the file @file{.emacs} in your home directory. This file, if it exists, should contain Lisp code. It is called your initialization file or @dfn{init file}. Use the command -line switches @samp{-q} and @samp{-u} to tell Emacs whether to load an -init file (@pxref{Entering Emacs}). +line switch @samp{-q} to tell Emacs whether to load an +init file (@pxref{Entering Emacs}). Use the command line switch +@samp{-user-init-file} (@pxref{Command Switches}) to tell Emacs to load +a different file instead of @file{~/.emacs}. -@vindex init-file-user -When the @file{.emacs} file is read, the variable @code{init-file-user} -says which user's init file it is. The value may be the null string or a -string containing a user's name. If the value is a null string, it means -that the init file was taken from the user that originally logged in. - -In all cases, @code{(concat "~" init-file-user "/")} evaluates to the -directory name of the directory where the @file{.emacs} file was looked -for. +When the @file{.emacs} file is read, the variable @code{user-init-file} +says which init file was loaded. At some sites there is a @dfn{default init file}, which is the library named @file{default.el}, found via the standard search path for @@ -2206,7 +2201,7 @@ Emacs frames accept the following resources: @table @asis @item @code{geometry} (class @code{Geometry}): string -Initial geometry for the frame. @xref{Geometry Resources} for a +Initial geometry for the frame. @xref{Geometry Resources}, for a complete discussion of how this works. @item @code{iconic} (class @code{Iconic}): boolean @@ -2364,8 +2359,8 @@ The font of this face. The foreground and background colors of this face. @item @code{attributeBackgroundPixmap} (class @code{AttributeBackgroundPixmap}): file-name -The name of an @sc{XBM} file (or @sc{XPM} file, if your version of Emacs -supports @sc{XPM}), to use as a background stipple. +The name of an @sc{xbm} file (or @sc{xpm} file, if your version of Emacs +supports @sc{xpm}), to use as a background stipple. @item @code{attributeUnderline} (class @code{AttributeUnderline}): boolean Whether text in this face should be underlined. @@ -2481,7 +2476,7 @@ XEmacs executable (usually @samp{xemacs}), and @node Menubar Resources @subsection Menubar Resources -As the menubar is implemented as a widget which is not a part of XEacs +As the menubar is implemented as a widget which is not a part of XEmacs proper, it does not use the fac" mechanism for specifying fonts and colors: It uses whatever resources are appropriate to the type of widget which is used to implement it.