comparison lispref/os.texi @ 24848:ca34063731fc

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Tue, 15 Jun 1999 05:31:37 +0000
parents ad9732e88e90
children f5e3b4ecd255
comparison
equal deleted inserted replaced
24847:a976dbfb1f55 24848:ca34063731fc
837 (user-full-name) 837 (user-full-name)
838 @result{} "Bil Lewis" 838 @result{} "Bil Lewis"
839 @end group 839 @end group
840 @end example 840 @end example
841 841
842 If @var{uid} is non-@code{nil}, then it should be an integer, a user-id, 842 If the Emacs job's user-id does not correspond to any known user (and
843 or a string, a login name. Then @code{user-full-name} returns the full 843 provided @code{NAME} is not set), the value is @code{"unknown"}.
844 name corresponding to that user-id or login name. 844
845 If @var{uid} is non-@code{nil}, then it should be an integer (a user-id)
846 or a string (a login name). Then @code{user-full-name} returns the full
847 name corresponding to that user-id or login name. If you specify a
848 user-id or login name that isn't defined, it returns @code{nil}.
845 @end defun 849 @end defun
846 850
847 @vindex user-full-name 851 @vindex user-full-name
848 @vindex user-real-login-name 852 @vindex user-real-login-name
849 @vindex user-login-name 853 @vindex user-login-name