Mercurial > emacs
changeset 6878:175e4da3d3f4
(Fuser_real_login_name): Doc syntax fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Apr 1994 12:05:41 +0000 |
parents | 6347a8d838c8 |
children | 471aebc1b151 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.") () {