CVS update by malcolmp xemacs/man/lispref ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Jan 1 02:46:38 EST 2007


  User: malcolmp
  Date: 07/01/01 08:46:38

  Modified:    xemacs/man/lispref os.texi
Log:
man/lispref/os.texi: The code uses HOMEPATH, not HOMEDIR.

Revision  Changes    Path
1.351     +5 -0      XEmacs/xemacs/man/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -p -r1.350 -r1.351
--- ChangeLog	2006/11/29 19:56:09	1.350
+++ ChangeLog	2007/01/01 07:46:34	1.351
@@ -1,3 +1,8 @@
+2006-11-07  Robert Pluim  <rpluim at gmail.com>
+
+	* lispref/os.texi (User Identification): The code uses HOMEPATH,
+	not HOMEDIR.
+
 2006-11-29  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* xemacs/custom.texi (Face Resources):



1.7       +2 -2      XEmacs/xemacs/man/lispref/os.texi

Index: os.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/os.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- os.texi	2001/04/12 18:22:18	1.6
+++ os.texi	2007/01/01 07:46:38	1.7
@@ -866,10 +866,10 @@ Under MS Windows, this is done:
 Return the value of ``@code{(getenv "HOME")}'', if set.
 
 @item
-If the environment variables @code{HOMEDRIVE} and @code{HOMEDIR} are
+If the environment variables @code{HOMEDRIVE} and @code{HOMEPATH} are
 both set, return the concatenation (the following description uses MS
 Windows environment variable substitution syntax):
- at code{%HOMEDRIVE%%HOMEDIR%}.
+ at code{%HOMEDRIVE%%HOMEPATH%}.
 
 @item
 Return ``C:\'', as a fallback, but issue a warning.





More information about the XEmacs-CVS mailing list