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
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs