emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi
Date: Sat, 18 Jun 2005 09:54:51 -0400

Index: emacs/lispref/os.texi
diff -c emacs/lispref/os.texi:1.73 emacs/lispref/os.texi:1.74
*** emacs/lispref/os.texi:1.73  Thu Jun 16 20:14:24 2005
--- emacs/lispref/os.texi       Sat Jun 18 13:54:51 2005
***************
*** 91,100 ****
  @cindex @file{site-start.el}
  
  @item
! It loads your init file (usually @file{~/.emacs}), unless @samp{-q}
! (or @samp{--no-init-file}), @samp{-Q}, or @samp{--batch} was specified
! on the command line.  The @samp{-u} option can specify another user
! whose home directory should be used instead of @file{~}.
  
  @item
  It loads the library @file{default} (if any), unless
--- 91,100 ----
  @cindex @file{site-start.el}
  
  @item
! It loads your init file (usually @file{~/.emacs}), unless the option
! @samp{-q} (or @samp{--no-init-file}), @samp{-Q}, or @samp{--batch} was
! specified on the command line.  The @samp{-u} option can specify
! another user whose home directory should be used instead of @file{~}.
  
  @item
  It loads the library @file{default} (if any), unless
***************
*** 606,614 ****
  system, the user's @acronym{UID}, and so on.
  
  @defvar system-configuration
! This variable holds the GNU configuration name for the hardware/software
! configuration of your system, as a string.  The convenient way to test
! parts of this string is with @code{string-match}.
  @end defvar
  
  @defvar system-type
--- 606,615 ----
  system, the user's @acronym{UID}, and so on.
  
  @defvar system-configuration
! This variable holds the standard GNU configuration name for the
! hardware/software configuration of your system, as a string.  The
! convenient way to test parts of this string is with
! @code{string-match}.
  @end defvar
  
  @defvar system-type




reply via email to

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