1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Escape newlines in docstring.

This commit is contained in:
Kenichi Handa 1997-02-27 08:03:44 +00:00
parent 719c80be43
commit ca38bbb2b8

View File

@ -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)