summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-14 12:05:41 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-14 12:05:41 +0000
commit9658bdd075073764481b6c09afe95c260751ad08 (patch)
tree5562979dc5cbf87fe5e7ae52c47abaa50f8164fd /src
parent4d2c9a1076b40f11c747feed65f7045f865fa31a (diff)
(Fuser_real_login_name): Doc syntax fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
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.")
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'.")
()
{