changeset 3772:30958064156d

[xemacs-hg @ 2007-01-01 07:46:34 by malcolmp] man/lispref/os.texi: The code uses HOMEPATH, not HOMEDIR.
author malcolmp
date Mon, 01 Jan 2007 07:46:38 +0000
parents 4200f456b627
children 5f25b1501bcd
files man/ChangeLog man/lispref/os.texi
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Sun Dec 31 22:51:09 2006 +0000
+++ b/man/ChangeLog	Mon Jan 01 07:46:38 2007 +0000
@@ -1,3 +1,8 @@
+2006-11-07  Robert Pluim  <rpluim@gmail.com>
+
+	* lispref/os.texi (User Identification): The code uses HOMEPATH,
+	not HOMEDIR.
+
 2006-11-29  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* xemacs/custom.texi (Face Resources):
--- a/man/lispref/os.texi	Sun Dec 31 22:51:09 2006 +0000
+++ b/man/lispref/os.texi	Mon Jan 01 07:46:38 2007 +0000
@@ -866,10 +866,10 @@
 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):
-@code{%HOMEDRIVE%%HOMEDIR%}.
+@code{%HOMEDRIVE%%HOMEPATH%}.
 
 @item
 Return ``C:\'', as a fallback, but issue a warning.