Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3771:4200f456b627 | 3772:30958064156d |
---|---|
864 @enumerate | 864 @enumerate |
865 @item | 865 @item |
866 Return the value of ``@code{(getenv "HOME")}'', if set. | 866 Return the value of ``@code{(getenv "HOME")}'', if set. |
867 | 867 |
868 @item | 868 @item |
869 If the environment variables @code{HOMEDRIVE} and @code{HOMEDIR} are | 869 If the environment variables @code{HOMEDRIVE} and @code{HOMEPATH} are |
870 both set, return the concatenation (the following description uses MS | 870 both set, return the concatenation (the following description uses MS |
871 Windows environment variable substitution syntax): | 871 Windows environment variable substitution syntax): |
872 @code{%HOMEDRIVE%%HOMEDIR%}. | 872 @code{%HOMEDRIVE%%HOMEPATH%}. |
873 | 873 |
874 @item | 874 @item |
875 Return ``C:\'', as a fallback, but issue a warning. | 875 Return ``C:\'', as a fallback, but issue a warning. |
876 @end enumerate | 876 @end enumerate |
877 @end defun | 877 @end defun |