]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Tue, 15 Jun 1999 05:31:37 +0000 (05:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 15 Jun 1999 05:31:37 +0000 (05:31 +0000)
lispref/os.texi

index 91025ec8b91ceb8d547bdaba56078e306989e563..54bf2547280a72fbb8af30a0cce4451711aaf279 100644 (file)
@@ -839,9 +839,13 @@ of the environment variables @code{NAME}, if that is set.
 @end group
 @end example
 
-If @var{uid} is non-@code{nil}, then it should be an integer, a user-id,
-or a string, a login name.  Then @code{user-full-name} returns the full
-name corresponding to that user-id or login name.
+If the Emacs job's user-id does not correspond to any known user (and
+provided @code{NAME} is not set), the value is @code{"unknown"}.
+
+If @var{uid} is non-@code{nil}, then it should be an integer (a user-id)
+or a string (a login name).  Then @code{user-full-name} returns the full
+name corresponding to that user-id or login name.  If you specify a
+user-id or login name that isn't defined, it returns @code{nil}.
 @end defun
 
 @vindex user-full-name