From: Richard M. Stallman Date: Mon, 14 Jul 2003 15:59:52 +0000 (+0000) Subject: (User Identification): user-uid, user-real-uid can return float. X-Git-Tag: ttn-vms-21-2-B4~9341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd726314b834da686132f5723793899d8646bdbc;p=emacs.git (User Identification): user-uid, user-real-uid can return float. --- diff --git a/lispref/os.texi b/lispref/os.texi index 25a925ded6d..98e63f2a878 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -917,6 +917,7 @@ Titles}). @defun user-real-uid This function returns the real @sc{uid} of the user. +The value may be a floating point number. @example @group @@ -928,6 +929,7 @@ This function returns the real @sc{uid} of the user. @defun user-uid This function returns the effective @sc{uid} of the user. +The value may be a floating point number. @end defun @node Time of Day