1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

(Fuser_real_login_name): Doc syntax fix.

This commit is contained in:
Richard M. Stallman 1994-04-14 12:05:41 +00:00
parent 4d2c9a1076
commit 9658bdd075

View file

@ -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'.")
()
{