From: Karl Heuer Date: Fri, 11 Feb 1994 22:31:39 +0000 (+0000) Subject: (Fuser_real_login_name): Doc fix. X-Git-Tag: emacs-19.34~9936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1da234a9a40720b01e0c9286c127c2fb9599c1d;p=emacs.git (Fuser_real_login_name): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index abdb16b1caf..e12e39e82f1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -493,7 +493,8 @@ that determines the value of this function.") DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name, 0, 0, 0, "Return the name of the user's real uid, as a string.\n\ -Differs from `user-login-name' when running under `su'.") +This ignores the environment variables LOGNAME and USER, so it differs from +`user-login-name' when running under `su'.") () { return Vuser_real_name;