# HG changeset patch # User Richard M. Stallman # Date 766325141 0 # Node ID 175e4da3d3f4ffe70d2a465a95b593b24f44e283 # Parent 6347a8d838c829ca287450afd0631d0a0f2e59b7 (Fuser_real_login_name): Doc syntax fix. diff -r 6347a8d838c8 -r 175e4da3d3f4 src/editfns.c --- a/src/editfns.c Thu Apr 14 12:04:19 1994 +0000 +++ b/src/editfns.c Thu Apr 14 12:05:41 1994 +0000 @@ -496,7 +496,7 @@ 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\ -This ignores the environment variables LOGNAME and USER, so it differs from +This ignores the environment variables LOGNAME and USER, so it differs from\n\ `user-login-name' when running under `su'.") () {