comparison lispref/os.texi @ 13367:a3e8c1d2492f

Explain when user-mail-address is set.
author Richard M. Stallman <rms@gnu.org>
date Tue, 31 Oct 1995 05:59:44 +0000
parents 586e3ea81792
children 9305e83c313d
comparison
equal deleted inserted replaced
13366:c8b89eac76b2 13367:a3e8c1d2492f
757 @node User Identification 757 @node User Identification
758 @section User Identification 758 @section User Identification
759 759
760 @defvar user-mail-address 760 @defvar user-mail-address
761 This holds the nominal email address of the user who is using Emacs. 761 This holds the nominal email address of the user who is using Emacs.
762 When Emacs starts up, it computes a default value that is usually right, 762 Emacs normally sets this variable to a default value after reading your
763 but users often set this themselves when the default value is not right. 763 init files, but not if you have already set it. So you can set the
764 variable to some other value in your @file{~/.emacs} file if you do not
765 want to use the default value.
764 @end defvar 766 @end defvar
765 767
766 @defun user-login-name &optional uid 768 @defun user-login-name &optional uid
767 If you don't specify @var{uid}, this function returns the name under 769 If you don't specify @var{uid}, this function returns the name under
768 which the user is logged in. If the environment variable @code{LOGNAME} 770 which the user is logged in. If the environment variable @code{LOGNAME}