# HG changeset patch # User malcolmp # Date 1167637598 0 # Node ID 30958064156d181b4a12913391a2311ae1b996fc # Parent 4200f456b62768f940e6c7ff2d03d9d0fa8da47d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp] man/lispref/os.texi: The code uses HOMEPATH, not HOMEDIR. diff -r 4200f456b627 -r 30958064156d man/ChangeLog --- 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 + + * lispref/os.texi (User Identification): The code uses HOMEPATH, + not HOMEDIR. + 2006-11-29 Aidan Kehoe * xemacs/custom.texi (Face Resources): diff -r 4200f456b627 -r 30958064156d man/lispref/os.texi --- 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.