Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1da234a
Commit
b1da234a
authored
Feb 11, 1994
by
Karl Heuer
Browse files
(Fuser_real_login_name): Doc fix.
parent
28b46139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/editfns.c
src/editfns.c
+2
-1
No files found.
src/editfns.c
View file @
b1da234a
...
...
@@ -493,7 +493,8 @@ 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
\
Differs from `user-login-name' when running under `su'."
)
This ignores the environment variables LOGNAME and USER, so it differs from
`user-login-name' when running under `su'."
)
()
{
return
Vuser_real_name
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment