Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ca38bbb2
Commit
ca38bbb2
authored
Feb 27, 1997
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Escape newlines in docstring.
parent
719c80be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/editfns.c
View file @
ca38bbb2
...
...
@@ -669,7 +669,7 @@ DEFUN ("user-real-uid", Fuser_real_uid, Suser_real_uid, 0, 0, 0,
DEFUN
(
"user-full-name"
,
Fuser_full_name
,
Suser_full_name
,
0
,
1
,
0
,
"Return the full name of the user logged in, as a string.
\n
\
If optional argument UID is an integer, return the full name of the user
\n
\
with that uid, or
\"
unknown
\"
if there is no such user.
with that uid, or
\"
unknown
\"
if there is no such user.
\n
\
If UID is a string, return the full name of the user with that login
\n
\
name, or
\"
unknown
\"
if no such user could be found."
)
(
uid
)
...
...
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