diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index fbabf5809cc..fee9d9e687f 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -496,7 +496,7 @@ that determines the value of this function.") | |||
| 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 | { |