CVS update by aidan xemacs/etc ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Tue Oct 2 15:49:04 EDT 2007


  User: aidan   
  Date: 07/10/02 21:49:04

  Modified:    xemacs/etc ChangeLog xemacs.1
Log:
Update man page for init file, one nroff format error, from Shyamal Prasad.

Revision  Changes    Path
1.84      +6 -0      XEmacs/xemacs/etc/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- ChangeLog	2007/09/19 14:52:18	1.83
+++ ChangeLog	2007/10/02 19:49:02	1.84
@@ -1,3 +1,9 @@
+2004-12-03  Shyamal Prasad  <shyamal at member.fsf.org>
+
+	* xemacs.1: Now describe $HOME/.xemacs/init.el as the
+        preferred init file. Fixed excessive space insertion 
+        in the description of the '-vanilla' option
+
 2007-09-19  Didier Verna  <didier at lrde.epita.fr>
 
 	* photos/dv.png: Remove.



1.14      +3 -7      XEmacs/xemacs/etc/xemacs.1

Index: xemacs.1
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/xemacs.1,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- xemacs.1	2001/04/12 18:20:52	1.13
+++ xemacs.1	2007/10/02 19:49:02	1.14
@@ -147,12 +147,7 @@ Do not process the early packages.
 .TP
 .B \-vanilla
 Load no extra files at startup.  Equivalent to the combination of
-.B \-q
-,
-.B \-no-site-file
-, and
-.B \-no-early-packages
-\.
+.BR \-q ", " \-no-site-file ", and " \-no-early-packages .
 .TP
 .BI \-u " user, " \-user " user"
 Load
@@ -628,7 +623,8 @@ CTRL-SHIFT-left	Make a selection, delete
 META-left	Make a rectangular selection.
 .SH FILES
 Lisp code is read at startup from the user's init file,
-\fB$HOME/.emacs\fP.
+\fB$HOME/.xemacs/init.el\fP. If this file does not exist then
+\fB$HOME/.emacs\fP will be read if it is present.
 
 /usr/local/info - files for the Info documentation browser
 (a subsystem of





More information about the XEmacs-CVS mailing list