comparison src/editfns.c @ 6878:175e4da3d3f4

(Fuser_real_login_name): Doc syntax fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Apr 1994 12:05:41 +0000
parents 6e53158ad17d
children c83b161fe62c
comparison
equal deleted inserted replaced
6877:6347a8d838c8 6878:175e4da3d3f4
494 } 494 }
495 495
496 DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name, 496 DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name,
497 0, 0, 0, 497 0, 0, 0,
498 "Return the name of the user's real uid, as a string.\n\ 498 "Return the name of the user's real uid, as a string.\n\
499 This ignores the environment variables LOGNAME and USER, so it differs from 499 This ignores the environment variables LOGNAME and USER, so it differs from\n\
500 `user-login-name' when running under `su'.") 500 `user-login-name' when running under `su'.")
501 () 501 ()
502 { 502 {
503 return Vuser_real_name; 503 return Vuser_real_name;
504 } 504 }