Mercurial > emacs
diff src/editfns.c @ 17115:dd39f3c57b3e
Escape newlines in docstring.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 27 Feb 1997 08:03:44 +0000 |
| parents | c612a2cdd83b |
| children | 2d98572c57ab |
line wrap: on
line diff
--- a/src/editfns.c Thu Feb 27 08:01:34 1997 +0000 +++ b/src/editfns.c Thu Feb 27 08:03:44 1997 +0000 @@ -669,7 +669,7 @@ 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)
