diff man/lispref/os.texi @ 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 576fb035e263
children aa5ed11f473b
line wrap: on
line diff
--- 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.