[PATCH] correct description of HOMEPATH usage

Robert Pluim rpluim at gmail.com
Tue Nov 7 11:18:18 EST 2006


man/ChangeLog addition:

2006-11-07  Robert Pluim  <rpluim at gmail.com>

    * lispref/os.texi (User Identification): The code uses HOMEPATH,
    not HOMEDIR.


XEmacs source patch:
Diff command:   cvs -q diff -u
Files affected: man/lispref/os.texi

Index: man/lispref/os.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/os.texi,v
retrieving revision 1.6
diff -u -u -r1.6 os.texi
--- man/lispref/os.texi    2001/04/12 18:22:18    1.6
+++ man/lispref/os.texi    2006/11/03 07:50:55
@@ -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):
- at code{%HOMEDRIVE%%HOMEDIR%}.
+ at code{%HOMEDRIVE%%HOMEPATH%}.

 @item
 Return ``C:\'', as a fallback, but issue a warning.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://calypso.tux.org/pipermail/xemacs-patches/attachments/20061107/a2d4ade0/attachment.htm


More information about the XEmacs-Patches mailing list