changeset 5915:11c1e1696fe3

(Fuser_real_login_name): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 11 Feb 1994 22:31:39 +0000
parents 7643239d5bf2
children 4e827db2523a
files src/editfns.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Fri Feb 11 22:05:44 1994 +0000
+++ b/src/editfns.c	Fri Feb 11 22:31:39 1994 +0000
@@ -493,7 +493,8 @@
 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;