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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi
Date: Sat, 29 Oct 2005 23:55:56 -0400

Index: emacs/lispref/os.texi
diff -c emacs/lispref/os.texi:1.78 emacs/lispref/os.texi:1.79
*** emacs/lispref/os.texi:1.78  Sat Aug 27 12:20:13 2005
--- emacs/lispref/os.texi       Sun Oct 30 03:55:56 2005
***************
*** 180,189 ****
  
    When you start Emacs, it normally attempts to load your @dfn{init
  file}, a file in your home directory.  Its normal name is
! @file{.emacs}, but you can alternatively call it @file{.emacs.el}.
! You can also store it inside a subdirectory @file{.emacs.d}.
! Whichever place you use, you can also compile the file (@pxref{Byte
! Compilation}); then the actual file loaded will be @file{.emacs.elc}.
  
    The command-line switches @samp{-q}, @samp{-Q}, and @samp{-u}
  control whether and where to find the init file; @samp{-q} (and the
--- 180,190 ----
  
    When you start Emacs, it normally attempts to load your @dfn{init
  file}, a file in your home directory.  Its normal name is
! @file{.emacs}, but you can also call it @file{.emacs.el}.
! Alternatively, you can use a file named @file{init.el} in a
! subdirectory @file{.emacs.d}.  Whichever place you use, you can also
! compile the file (@pxref{Byte Compilation}); then the actual file
! loaded will be @file{.emacs.elc} or @file{init.elc}.
  
    The command-line switches @samp{-q}, @samp{-Q}, and @samp{-u}
  control whether and where to find the init file; @samp{-q} (and the




reply via email to

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