From 9658bdd075073764481b6c09afe95c260751ad08 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Apr 1994 12:05:41 +0000 Subject: [PATCH] (Fuser_real_login_name): Doc syntax fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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'.") () { -- 2.39.5